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
refactor Dialog implementation to support custom content
This commit is contained in:
@@ -7,22 +7,6 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_app_AlertDialog
|
||||
* Method: nativeInit
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_app_AlertDialog_nativeInit
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_app_AlertDialog
|
||||
* Method: nativeSetTitle
|
||||
* Signature: (JLjava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetTitle
|
||||
(JNIEnv *, jobject, jlong, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_app_AlertDialog
|
||||
* Method: nativeSetMessage
|
||||
@@ -47,14 +31,6 @@ JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetButton
|
||||
JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetItems
|
||||
(JNIEnv *, jobject, jlong, jobjectArray, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_app_AlertDialog
|
||||
* Method: nativeShow
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeShow
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user