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
implement PopupWindow.update()
This commit is contained in:
@@ -47,6 +47,14 @@ JNIEXPORT jboolean JNICALL Java_android_widget_PopupWindow_native_1isShowing
|
||||
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_native_1dismiss
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_widget_PopupWindow
|
||||
* Method: native_update
|
||||
* Signature: (JJIIII)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_widget_PopupWindow_native_1update
|
||||
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_widget_PopupWindow
|
||||
* Method: setOnDismissListener
|
||||
|
||||
Reference in New Issue
Block a user