2022-10-02 23:06:56 +02:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
#include <jni.h>
|
|
|
|
|
/* Header for class android_view_Window */
|
|
|
|
|
|
|
|
|
|
#ifndef _Included_android_view_Window
|
|
|
|
|
#define _Included_android_view_Window
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_view_Window
|
|
|
|
|
* Method: set_widget_as_root
|
|
|
|
|
* Signature: (JJ)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_view_Window_set_1widget_1as_1root
|
|
|
|
|
(JNIEnv *, jobject, jlong, jlong);
|
|
|
|
|
|
2022-11-11 19:18:21 +01:00
|
|
|
/*
|
|
|
|
|
* Class: android_view_Window
|
|
|
|
|
* Method: take_input_queue
|
|
|
|
|
* Signature: (JLandroid/view/InputQueue/Callback;Landroid/view/InputQueue;)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_view_Window_take_1input_1queue
|
|
|
|
|
(JNIEnv *, jobject, jlong, jobject, jobject);
|
|
|
|
|
|
2022-10-02 23:06:56 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|