implement Window.setLayout()

This commit is contained in:
Julian Winkler
2024-12-10 23:47:52 +01:00
parent 1fd2638c57
commit 5150564a5b
3 changed files with 22 additions and 2 deletions

View File

@@ -35,6 +35,14 @@ JNIEXPORT void JNICALL Java_android_view_Window_set_1title
JNIEXPORT void JNICALL Java_android_view_Window_take_1input_1queue
(JNIEnv *, jobject, jlong, jobject, jobject);
/*
* Class: android_view_Window
* Method: set_layout
* Signature: (JII)V
*/
JNIEXPORT void JNICALL Java_android_view_Window_set_1layout
(JNIEnv *, jobject, jlong, jint, jint);
#ifdef __cplusplus
}
#endif