Files
android_translation_layer/src/api-impl-jni/generated_headers/android_app_Dialog.h
Julian Winkler 123de5f819 Dialog: some fixes for CTS
Most Dialog test still fail, because we don't handle KeyEvents
2025-02-13 07:01:17 +01:00

62 lines
1.3 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_app_Dialog */
#ifndef _Included_android_app_Dialog
#define _Included_android_app_Dialog
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_app_Dialog
* Method: nativeInit
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_android_app_Dialog_nativeInit
(JNIEnv *, jobject);
/*
* Class: android_app_Dialog
* Method: nativeSetTitle
* Signature: (JLjava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_android_app_Dialog_nativeSetTitle
(JNIEnv *, jobject, jlong, jstring);
/*
* Class: android_app_Dialog
* Method: nativeSetContentView
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_android_app_Dialog_nativeSetContentView
(JNIEnv *, jobject, jlong, jlong);
/*
* Class: android_app_Dialog
* Method: nativeShow
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_android_app_Dialog_nativeShow
(JNIEnv *, jobject, jlong);
/*
* Class: android_app_Dialog
* Method: nativeClose
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_android_app_Dialog_nativeClose
(JNIEnv *, jobject, jlong);
/*
* Class: android_app_Dialog
* Method: nativeIsShowing
* Signature: (J)Z
*/
JNIEXPORT jboolean JNICALL Java_android_app_Dialog_nativeIsShowing
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif