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
api-impl-jni: check in missed generated headers
This commit is contained in:
@@ -217,7 +217,7 @@ JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_loadResourceBagValu
|
|||||||
* Signature: (JJII[IIJJ)V
|
* Signature: (JJII[IIJJ)V
|
||||||
*/
|
*/
|
||||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyStyle
|
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyStyle
|
||||||
(JNIEnv *, jclass, jlong, jlong, jint, jint, jintArray, jint, jlong, jlong);
|
(JNIEnv *, jobject, jlong, jlong, jint, jint, jintArray, jint, jlong, jlong);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Class: android_content_res_AssetManager
|
* Class: android_content_res_AssetManager
|
||||||
@@ -225,7 +225,7 @@ JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyStyle
|
|||||||
* Signature: (JII[I[I[I[I)Z
|
* Signature: (JII[I[I[I[I)Z
|
||||||
*/
|
*/
|
||||||
JNIEXPORT jboolean JNICALL Java_android_content_res_AssetManager_resolveAttrs
|
JNIEXPORT jboolean JNICALL Java_android_content_res_AssetManager_resolveAttrs
|
||||||
(JNIEnv *, jclass, jlong, jint, jint, jintArray, jintArray, jintArray, jintArray);
|
(JNIEnv *, jobject, jlong, jint, jint, jintArray, jintArray, jintArray, jintArray);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Class: android_content_res_AssetManager
|
* Class: android_content_res_AssetManager
|
||||||
@@ -321,7 +321,7 @@ JNIEXPORT void JNICALL Java_android_content_res_AssetManager_deleteTheme
|
|||||||
* Signature: (JIZ)V
|
* Signature: (JIZ)V
|
||||||
*/
|
*/
|
||||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyThemeStyle
|
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyThemeStyle
|
||||||
(JNIEnv *, jclass, jlong, jint, jboolean);
|
(JNIEnv *, jobject, jlong, jint, jboolean);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Class: android_content_res_AssetManager
|
* Class: android_content_res_AssetManager
|
||||||
@@ -329,7 +329,7 @@ JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyThemeStyle
|
|||||||
* Signature: (JJ)V
|
* Signature: (JJ)V
|
||||||
*/
|
*/
|
||||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_copyTheme
|
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_copyTheme
|
||||||
(JNIEnv *, jclass, jlong, jlong);
|
(JNIEnv *, jobject, jlong, jlong);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Class: android_content_res_AssetManager
|
* Class: android_content_res_AssetManager
|
||||||
|
|||||||
@@ -453,14 +453,6 @@ JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeGetPointerProperties
|
|||||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeScale
|
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeScale
|
||||||
(JNIEnv *, jclass, jint, jfloat);
|
(JNIEnv *, jclass, jint, jfloat);
|
||||||
|
|
||||||
/*
|
|
||||||
* Class: android_view_MotionEvent
|
|
||||||
* Method: nativeTransform
|
|
||||||
* Signature: (ILandroid/graphics/Matrix;)V
|
|
||||||
*/
|
|
||||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeTransform
|
|
||||||
(JNIEnv *, jclass, jint, jobject);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user