You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
22 lines
467 B
C
22 lines
467 B
C
|
|
/* 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);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
#endif
|