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 source tree organization, switch to meson
This commit is contained in:
@@ -0,0 +1,367 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_content_res_AssetManager */
|
||||
|
||||
#ifndef _Included_android_content_res_AssetManager
|
||||
#define _Included_android_content_res_AssetManager
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_content_res_AssetManager_ACCESS_UNKNOWN
|
||||
#define android_content_res_AssetManager_ACCESS_UNKNOWN 0L
|
||||
#undef android_content_res_AssetManager_ACCESS_RANDOM
|
||||
#define android_content_res_AssetManager_ACCESS_RANDOM 1L
|
||||
#undef android_content_res_AssetManager_ACCESS_STREAMING
|
||||
#define android_content_res_AssetManager_ACCESS_STREAMING 2L
|
||||
#undef android_content_res_AssetManager_ACCESS_BUFFER
|
||||
#define android_content_res_AssetManager_ACCESS_BUFFER 3L
|
||||
#undef android_content_res_AssetManager_localLOGV
|
||||
#define android_content_res_AssetManager_localLOGV 0L
|
||||
#undef android_content_res_AssetManager_DEBUG_REFS
|
||||
#define android_content_res_AssetManager_DEBUG_REFS 0L
|
||||
#undef android_content_res_AssetManager_STYLE_NUM_ENTRIES
|
||||
#define android_content_res_AssetManager_STYLE_NUM_ENTRIES 6L
|
||||
#undef android_content_res_AssetManager_STYLE_TYPE
|
||||
#define android_content_res_AssetManager_STYLE_TYPE 0L
|
||||
#undef android_content_res_AssetManager_STYLE_DATA
|
||||
#define android_content_res_AssetManager_STYLE_DATA 1L
|
||||
#undef android_content_res_AssetManager_STYLE_ASSET_COOKIE
|
||||
#define android_content_res_AssetManager_STYLE_ASSET_COOKIE 2L
|
||||
#undef android_content_res_AssetManager_STYLE_RESOURCE_ID
|
||||
#define android_content_res_AssetManager_STYLE_RESOURCE_ID 3L
|
||||
#undef android_content_res_AssetManager_STYLE_CHANGING_CONFIGURATIONS
|
||||
#define android_content_res_AssetManager_STYLE_CHANGING_CONFIGURATIONS 4L
|
||||
#undef android_content_res_AssetManager_STYLE_DENSITY
|
||||
#define android_content_res_AssetManager_STYLE_DENSITY 5L
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: list
|
||||
* Signature: (Ljava/lang/String;)[Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jobjectArray JNICALL Java_android_content_res_AssetManager_list
|
||||
(JNIEnv *, jobject, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: addAssetPathNative
|
||||
* Signature: (Ljava/lang/String;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_addAssetPathNative
|
||||
(JNIEnv *, jobject, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: isUpToDate
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_content_res_AssetManager_isUpToDate
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: setLocale
|
||||
* Signature: (Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_setLocale
|
||||
(JNIEnv *, jobject, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getLocales
|
||||
* Signature: ()[Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jobjectArray JNICALL Java_android_content_res_AssetManager_getLocales
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: setConfiguration
|
||||
* Signature: (IILjava/lang/String;IIIIIIIIIIIIII)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_setConfiguration
|
||||
(JNIEnv *, jobject, jint, jint, jstring, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getResourceName
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_AssetManager_getResourceName
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getResourcePackageName
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_AssetManager_getResourcePackageName
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getResourceTypeName
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_AssetManager_getResourceTypeName
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getResourceEntryName
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_AssetManager_getResourceEntryName
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: openAsset
|
||||
* Signature: (Ljava/lang/String;I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_openAsset
|
||||
(JNIEnv *, jobject, jstring, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: openAssetFd
|
||||
* Signature: (Ljava/lang/String;[J)Landroid/os/ParcelFileDescriptor;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_content_res_AssetManager_openAssetFd
|
||||
(JNIEnv *, jobject, jstring, jlongArray);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: openNonAssetFdNative
|
||||
* Signature: (ILjava/lang/String;[J)Landroid/os/ParcelFileDescriptor;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_content_res_AssetManager_openNonAssetFdNative
|
||||
(JNIEnv *, jobject, jint, jstring, jlongArray);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: destroyAsset
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_destroyAsset
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: readAssetChar
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_readAssetChar
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: readAsset
|
||||
* Signature: (I[BII)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_readAsset
|
||||
(JNIEnv *, jobject, jint, jbyteArray, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: seekAsset
|
||||
* Signature: (IJI)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_content_res_AssetManager_seekAsset
|
||||
(JNIEnv *, jobject, jint, jlong, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getAssetLength
|
||||
* Signature: (I)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_content_res_AssetManager_getAssetLength
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getAssetRemainingLength
|
||||
* Signature: (I)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_content_res_AssetManager_getAssetRemainingLength
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: loadResourceValue
|
||||
* Signature: (ISLandroid/util/TypedValue;Z)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_loadResourceValue
|
||||
(JNIEnv *, jobject, jint, jshort, jobject, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: loadResourceBagValue
|
||||
* Signature: (IILandroid/util/TypedValue;Z)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_loadResourceBagValue
|
||||
(JNIEnv *, jobject, jint, jint, jobject, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: applyStyle
|
||||
* Signature: (IIII[I[I[I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_content_res_AssetManager_applyStyle
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint, jintArray, jintArray, jintArray);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: retrieveAttributes
|
||||
* Signature: (I[I[I[I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_content_res_AssetManager_retrieveAttributes
|
||||
(JNIEnv *, jobject, jint, jintArray, jintArray, jintArray);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getArraySize
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_getArraySize
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: retrieveArray
|
||||
* Signature: (I[I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_retrieveArray
|
||||
(JNIEnv *, jobject, jint, jintArray);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getStringBlockCount
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_getStringBlockCount
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getNativeStringBlock
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_getNativeStringBlock
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getCookieName
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_AssetManager_getCookieName
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getGlobalAssetCount
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_getGlobalAssetCount
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getAssetAllocations
|
||||
* Signature: ()Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_AssetManager_getAssetAllocations
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getGlobalAssetManagerCount
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_getGlobalAssetManagerCount
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: newTheme
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_newTheme
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: deleteTheme
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_deleteTheme
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: applyThemeStyle
|
||||
* Signature: (IIZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_applyThemeStyle
|
||||
(JNIEnv *, jclass, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: copyTheme
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_copyTheme
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: loadThemeAttributeValue
|
||||
* Signature: (IILandroid/util/TypedValue;Z)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_AssetManager_loadThemeAttributeValue
|
||||
(JNIEnv *, jclass, jint, jint, jobject, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: dumpTheme
|
||||
* Signature: (IILjava/lang/String;Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_dumpTheme
|
||||
(JNIEnv *, jclass, jint, jint, jstring, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getArrayStringResource
|
||||
* Signature: (I)[Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jobjectArray JNICALL Java_android_content_res_AssetManager_getArrayStringResource
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getArrayStringInfo
|
||||
* Signature: (I)[I
|
||||
*/
|
||||
JNIEXPORT jintArray JNICALL Java_android_content_res_AssetManager_getArrayStringInfo
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: getArrayIntResource
|
||||
* Signature: (I)[I
|
||||
*/
|
||||
JNIEXPORT jintArray JNICALL Java_android_content_res_AssetManager_getArrayIntResource
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_AssetManager
|
||||
* Method: destroy
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_AssetManager_destroy
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
@@ -0,0 +1,55 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_content_res_StringBlock */
|
||||
|
||||
#ifndef _Included_android_content_res_StringBlock
|
||||
#define _Included_android_content_res_StringBlock
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_content_res_StringBlock_localLOGV
|
||||
#define android_content_res_StringBlock_localLOGV 0L
|
||||
/*
|
||||
* Class: android_content_res_StringBlock
|
||||
* Method: nativeCreate
|
||||
* Signature: ([BII)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_StringBlock_nativeCreate
|
||||
(JNIEnv *, jclass, jbyteArray, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_StringBlock
|
||||
* Method: nativeGetSize
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_StringBlock_nativeGetSize
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_StringBlock
|
||||
* Method: nativeGetString
|
||||
* Signature: (II)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_res_StringBlock_nativeGetString
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_StringBlock
|
||||
* Method: nativeGetStyle
|
||||
* Signature: (II)[I
|
||||
*/
|
||||
JNIEXPORT jintArray JNICALL Java_android_content_res_StringBlock_nativeGetStyle
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_StringBlock
|
||||
* Method: nativeDestroy
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_StringBlock_nativeDestroy
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
@@ -0,0 +1,183 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_content_res_XmlBlock */
|
||||
|
||||
#ifndef _Included_android_content_res_XmlBlock
|
||||
#define _Included_android_content_res_XmlBlock
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_content_res_XmlBlock_DEBUG
|
||||
#define android_content_res_XmlBlock_DEBUG 0L
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeCreate
|
||||
* Signature: ([BII)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeCreate
|
||||
(JNIEnv *, jclass, jbyteArray, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetStringBlock
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetStringBlock
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeCreateParseState
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeCreateParseState
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeNext
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeNext
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetNamespace
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetNamespace
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetName
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetName
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetText
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetText
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetLineNumber
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetLineNumber
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeCount
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeCount
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeNamespace
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeNamespace
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeName
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeName
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeResource
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeResource
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeDataType
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeDataType
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeData
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeData
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeStringValue
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeStringValue
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetIdAttribute
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetIdAttribute
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetClassAttribute
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetClassAttribute
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetStyleAttribute
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetStyleAttribute
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeGetAttributeIndex
|
||||
* Signature: (ILjava/lang/String;Ljava/lang/String;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_content_res_XmlBlock_nativeGetAttributeIndex
|
||||
(JNIEnv *, jclass, jint, jstring, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeDestroyParseState
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_XmlBlock_nativeDestroyParseState
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_content_res_XmlBlock
|
||||
* Method: nativeDestroy
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_content_res_XmlBlock_nativeDestroy
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
217
src/api-impl-jni/generated_headers/android_graphics_Bitmap.h
Normal file
217
src/api-impl-jni/generated_headers/android_graphics_Bitmap.h
Normal file
@@ -0,0 +1,217 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_Bitmap */
|
||||
|
||||
#ifndef _Included_android_graphics_Bitmap
|
||||
#define _Included_android_graphics_Bitmap
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_graphics_Bitmap_DENSITY_NONE
|
||||
#define android_graphics_Bitmap_DENSITY_NONE 0L
|
||||
#undef android_graphics_Bitmap_WORKING_COMPRESS_STORAGE
|
||||
#define android_graphics_Bitmap_WORKING_COMPRESS_STORAGE 4096L
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: native_bitmap_from_path
|
||||
* Signature: (Ljava/lang/CharSequence;)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_graphics_Bitmap_native_1bitmap_1from_1path
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: getWidth
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_getWidth
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: getHeight
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_getHeight
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeCopy
|
||||
* Signature: (IIZ)Landroid/graphics/Bitmap;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_graphics_Bitmap_nativeCopy
|
||||
(JNIEnv *, jclass, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeDestructor
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeDestructor
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeRecycle
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Bitmap_nativeRecycle
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeReconfigure
|
||||
* Signature: (IIIII)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeReconfigure
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeCompress
|
||||
* Signature: (IIILjava/io/OutputStream;[B)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Bitmap_nativeCompress
|
||||
(JNIEnv *, jclass, jint, jint, jint, jobject, jbyteArray);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeErase
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeErase
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeRowBytes
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_nativeRowBytes
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeConfig
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_nativeConfig
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeGetPixel
|
||||
* Signature: (IIIZ)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_nativeGetPixel
|
||||
(JNIEnv *, jclass, jint, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeGetPixels
|
||||
* Signature: (I[IIIIIIIZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeGetPixels
|
||||
(JNIEnv *, jclass, jint, jintArray, jint, jint, jint, jint, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeSetPixel
|
||||
* Signature: (IIIIZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeSetPixel
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeSetPixels
|
||||
* Signature: (I[IIIIIIIZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeSetPixels
|
||||
(JNIEnv *, jclass, jint, jintArray, jint, jint, jint, jint, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeCopyPixelsToBuffer
|
||||
* Signature: (ILjava/nio/Buffer;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeCopyPixelsToBuffer
|
||||
(JNIEnv *, jclass, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeCopyPixelsFromBuffer
|
||||
* Signature: (ILjava/nio/Buffer;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeCopyPixelsFromBuffer
|
||||
(JNIEnv *, jclass, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeGenerationId
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_nativeGenerationId
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeExtractAlpha
|
||||
* Signature: (II[I)Landroid/graphics/Bitmap;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_graphics_Bitmap_nativeExtractAlpha
|
||||
(JNIEnv *, jclass, jint, jint, jintArray);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativePrepareToDraw
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativePrepareToDraw
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeHasAlpha
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Bitmap_nativeHasAlpha
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeSetAlphaAndPremultiplied
|
||||
* Signature: (IZZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeSetAlphaAndPremultiplied
|
||||
(JNIEnv *, jclass, jint, jboolean, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeHasMipMap
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Bitmap_nativeHasMipMap
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeSetHasMipMap
|
||||
* Signature: (IZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_nativeSetHasMipMap
|
||||
(JNIEnv *, jclass, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Bitmap
|
||||
* Method: nativeSameAs
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Bitmap_nativeSameAs
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
@@ -0,0 +1,55 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_BitmapFactory */
|
||||
|
||||
#ifndef _Included_android_graphics_BitmapFactory
|
||||
#define _Included_android_graphics_BitmapFactory
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_graphics_BitmapFactory_DECODE_BUFFER_SIZE
|
||||
#define android_graphics_BitmapFactory_DECODE_BUFFER_SIZE 16384L
|
||||
/*
|
||||
* Class: android_graphics_BitmapFactory
|
||||
* Method: nativeDecodeStream
|
||||
* Signature: (Ljava/io/InputStream;[BLandroid/graphics/Rect;Landroid/graphics/BitmapFactory/Options;)Landroid/graphics/Bitmap;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_graphics_BitmapFactory_nativeDecodeStream
|
||||
(JNIEnv *, jclass, jobject, jbyteArray, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_BitmapFactory
|
||||
* Method: nativeDecodeFileDescriptor
|
||||
* Signature: (Ljava/io/FileDescriptor;Landroid/graphics/Rect;Landroid/graphics/BitmapFactory/Options;)Landroid/graphics/Bitmap;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_graphics_BitmapFactory_nativeDecodeFileDescriptor
|
||||
(JNIEnv *, jclass, jobject, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_BitmapFactory
|
||||
* Method: nativeDecodeAsset
|
||||
* Signature: (ILandroid/graphics/Rect;Landroid/graphics/BitmapFactory/Options;)Landroid/graphics/Bitmap;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_graphics_BitmapFactory_nativeDecodeAsset
|
||||
(JNIEnv *, jclass, jint, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_BitmapFactory
|
||||
* Method: nativeDecodeByteArray
|
||||
* Signature: ([BIILandroid/graphics/BitmapFactory/Options;)Landroid/graphics/Bitmap;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_graphics_BitmapFactory_nativeDecodeByteArray
|
||||
(JNIEnv *, jclass, jbyteArray, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_BitmapFactory
|
||||
* Method: nativeIsSeekable
|
||||
* Signature: (Ljava/io/FileDescriptor;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_BitmapFactory_nativeIsSeekable
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
@@ -0,0 +1,21 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_BitmapFactory_Options */
|
||||
|
||||
#ifndef _Included_android_graphics_BitmapFactory_Options
|
||||
#define _Included_android_graphics_BitmapFactory_Options
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_graphics_BitmapFactory_Options
|
||||
* Method: requestCancel
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_BitmapFactory_00024Options_requestCancel
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
61
src/api-impl-jni/generated_headers/android_graphics_Canvas.h
Normal file
61
src/api-impl-jni/generated_headers/android_graphics_Canvas.h
Normal file
@@ -0,0 +1,61 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_Canvas */
|
||||
|
||||
#ifndef _Included_android_graphics_Canvas
|
||||
#define _Included_android_graphics_Canvas
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_graphics_Canvas
|
||||
* Method: native_save
|
||||
* Signature: (JJ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1save
|
||||
(JNIEnv *, jclass, jlong, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Canvas
|
||||
* Method: native_restore
|
||||
* Signature: (JJ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1restore
|
||||
(JNIEnv *, jclass, jlong, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Canvas
|
||||
* Method: native_drawLine
|
||||
* Signature: (JJFFFFI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawLine
|
||||
(JNIEnv *, jclass, jlong, jlong, jfloat, jfloat, jfloat, jfloat, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Canvas
|
||||
* Method: native_drawBitmap
|
||||
* Signature: (JJJFFFFLandroid/graphics/Paint;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawBitmap
|
||||
(JNIEnv *, jclass, jlong, jlong, jlong, jfloat, jfloat, jfloat, jfloat, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Canvas
|
||||
* Method: native_rotate
|
||||
* Signature: (JJF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1rotate
|
||||
(JNIEnv *, jclass, jlong, jlong, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Canvas
|
||||
* Method: native_rotate_and_translate
|
||||
* Signature: (JJFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1rotate_1and_1translate
|
||||
(JNIEnv *, jclass, jlong, jlong, jfloat, jfloat, jfloat);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
359
src/api-impl-jni/generated_headers/android_graphics_Matrix.h
Normal file
359
src/api-impl-jni/generated_headers/android_graphics_Matrix.h
Normal file
@@ -0,0 +1,359 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_Matrix */
|
||||
|
||||
#ifndef _Included_android_graphics_Matrix
|
||||
#define _Included_android_graphics_Matrix
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_graphics_Matrix_MSCALE_X
|
||||
#define android_graphics_Matrix_MSCALE_X 0L
|
||||
#undef android_graphics_Matrix_MSKEW_X
|
||||
#define android_graphics_Matrix_MSKEW_X 1L
|
||||
#undef android_graphics_Matrix_MTRANS_X
|
||||
#define android_graphics_Matrix_MTRANS_X 2L
|
||||
#undef android_graphics_Matrix_MSKEW_Y
|
||||
#define android_graphics_Matrix_MSKEW_Y 3L
|
||||
#undef android_graphics_Matrix_MSCALE_Y
|
||||
#define android_graphics_Matrix_MSCALE_Y 4L
|
||||
#undef android_graphics_Matrix_MTRANS_Y
|
||||
#define android_graphics_Matrix_MTRANS_Y 5L
|
||||
#undef android_graphics_Matrix_MPERSP_0
|
||||
#define android_graphics_Matrix_MPERSP_0 6L
|
||||
#undef android_graphics_Matrix_MPERSP_1
|
||||
#define android_graphics_Matrix_MPERSP_1 7L
|
||||
#undef android_graphics_Matrix_MPERSP_2
|
||||
#define android_graphics_Matrix_MPERSP_2 8L
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_create
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Matrix_native_1create
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_isIdentity
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1isIdentity
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_rectStaysRect
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1rectStaysRect
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_reset
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1reset
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_set
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1set
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setTranslate
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setTranslate
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setScale
|
||||
* Signature: (IFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setScale__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setScale
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setScale__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setRotate
|
||||
* Signature: (IFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setRotate__IFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setRotate
|
||||
* Signature: (IF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setRotate__IF
|
||||
(JNIEnv *, jclass, jint, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setSinCos
|
||||
* Signature: (IFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setSinCos__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setSinCos
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setSinCos__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setSkew
|
||||
* Signature: (IFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setSkew__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setSkew
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setSkew__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setConcat
|
||||
* Signature: (III)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1setConcat
|
||||
(JNIEnv *, jclass, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preTranslate
|
||||
* Signature: (IFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preTranslate
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preScale
|
||||
* Signature: (IFFFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preScale__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preScale
|
||||
* Signature: (IFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preScale__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preRotate
|
||||
* Signature: (IFFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preRotate__IFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preRotate
|
||||
* Signature: (IF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preRotate__IF
|
||||
(JNIEnv *, jclass, jint, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preSkew
|
||||
* Signature: (IFFFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preSkew__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preSkew
|
||||
* Signature: (IFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preSkew__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_preConcat
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1preConcat
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postTranslate
|
||||
* Signature: (IFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postTranslate
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postScale
|
||||
* Signature: (IFFFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postScale__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postScale
|
||||
* Signature: (IFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postScale__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postRotate
|
||||
* Signature: (IFFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postRotate__IFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postRotate
|
||||
* Signature: (IF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postRotate__IF
|
||||
(JNIEnv *, jclass, jint, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postSkew
|
||||
* Signature: (IFFFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postSkew__IFFFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postSkew
|
||||
* Signature: (IFF)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postSkew__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_postConcat
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1postConcat
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setRectToRect
|
||||
* Signature: (ILandroid/graphics/RectF;Landroid/graphics/RectF;I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1setRectToRect
|
||||
(JNIEnv *, jclass, jint, jobject, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setPolyToPoly
|
||||
* Signature: (I[FI[FII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1setPolyToPoly
|
||||
(JNIEnv *, jclass, jint, jfloatArray, jint, jfloatArray, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_invert
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1invert
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_mapPoints
|
||||
* Signature: (I[FI[FIIZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1mapPoints
|
||||
(JNIEnv *, jclass, jint, jfloatArray, jint, jfloatArray, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_mapRect
|
||||
* Signature: (ILandroid/graphics/RectF;Landroid/graphics/RectF;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1mapRect
|
||||
(JNIEnv *, jclass, jint, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_mapRadius
|
||||
* Signature: (IF)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_graphics_Matrix_native_1mapRadius
|
||||
(JNIEnv *, jclass, jint, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_getValues
|
||||
* Signature: (I[F)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1getValues
|
||||
(JNIEnv *, jclass, jint, jfloatArray);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_setValues
|
||||
* Signature: (I[F)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_native_1setValues
|
||||
(JNIEnv *, jclass, jint, jfloatArray);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: native_equals
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Matrix_native_1equals
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Matrix
|
||||
* Method: finalizer
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Matrix_finalizer
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
317
src/api-impl-jni/generated_headers/android_graphics_Path.h
Normal file
317
src/api-impl-jni/generated_headers/android_graphics_Path.h
Normal file
@@ -0,0 +1,317 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_Path */
|
||||
|
||||
#ifndef _Included_android_graphics_Path
|
||||
#define _Included_android_graphics_Path
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: init1
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Path_init1
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: init2
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Path_init2
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_reset
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1reset
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_rewind
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1rewind
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_set
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1set
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_getFillType
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Path_native_1getFillType
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_setFillType
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1setFillType
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_isEmpty
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Path_native_1isEmpty
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_isRect
|
||||
* Signature: (ILandroid/graphics/RectF;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Path_native_1isRect
|
||||
(JNIEnv *, jclass, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_computeBounds
|
||||
* Signature: (ILandroid/graphics/RectF;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1computeBounds
|
||||
(JNIEnv *, jclass, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_incReserve
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1incReserve
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_moveTo
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1moveTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_rMoveTo
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1rMoveTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_lineTo
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1lineTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_rLineTo
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1rLineTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_quadTo
|
||||
* Signature: (IFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1quadTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_rQuadTo
|
||||
* Signature: (IFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1rQuadTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_cubicTo
|
||||
* Signature: (IFFFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1cubicTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_rCubicTo
|
||||
* Signature: (IFFFFFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1rCubicTo
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_arcTo
|
||||
* Signature: (ILandroid/graphics/RectF;FFZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1arcTo
|
||||
(JNIEnv *, jclass, jint, jobject, jfloat, jfloat, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_close
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1close
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addRect
|
||||
* Signature: (ILandroid/graphics/RectF;I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addRect__ILandroid_graphics_RectF_2I
|
||||
(JNIEnv *, jclass, jint, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addRect
|
||||
* Signature: (IFFFFI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addRect__IFFFFI
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addOval
|
||||
* Signature: (ILandroid/graphics/RectF;I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addOval
|
||||
(JNIEnv *, jclass, jint, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addCircle
|
||||
* Signature: (IFFFI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addCircle
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addArc
|
||||
* Signature: (ILandroid/graphics/RectF;FF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addArc
|
||||
(JNIEnv *, jclass, jint, jobject, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addRoundRect
|
||||
* Signature: (ILandroid/graphics/RectF;FFI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addRoundRect__ILandroid_graphics_RectF_2FFI
|
||||
(JNIEnv *, jclass, jint, jobject, jfloat, jfloat, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addRoundRect
|
||||
* Signature: (ILandroid/graphics/RectF;[FI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addRoundRect__ILandroid_graphics_RectF_2_3FI
|
||||
(JNIEnv *, jclass, jint, jobject, jfloatArray, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addPath
|
||||
* Signature: (IIFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addPath__IIFF
|
||||
(JNIEnv *, jclass, jint, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addPath
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addPath__II
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_addPath
|
||||
* Signature: (III)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1addPath__III
|
||||
(JNIEnv *, jclass, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_offset
|
||||
* Signature: (IFFI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1offset__IFFI
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_offset
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1offset__IFF
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_setLastPoint
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1setLastPoint
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_transform
|
||||
* Signature: (III)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1transform__III
|
||||
(JNIEnv *, jclass, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_transform
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_native_1transform__II
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: native_op
|
||||
* Signature: (IIII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Path_native_1op
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Path
|
||||
* Method: finalizer
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Path_finalizer
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
183
src/api-impl-jni/generated_headers/android_graphics_Region.h
Normal file
183
src/api-impl-jni/generated_headers/android_graphics_Region.h
Normal file
@@ -0,0 +1,183 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_graphics_Region */
|
||||
|
||||
#ifndef _Included_android_graphics_Region
|
||||
#define _Included_android_graphics_Region
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_graphics_Region_MAX_POOL_SIZE
|
||||
#define android_graphics_Region_MAX_POOL_SIZE 10L
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: isEmpty
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_isEmpty
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: isRect
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_isRect
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: isComplex
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_isComplex
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: contains
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_contains
|
||||
(JNIEnv *, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: quickContains
|
||||
* Signature: (IIII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_quickContains
|
||||
(JNIEnv *, jobject, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: quickReject
|
||||
* Signature: (IIII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_quickReject__IIII
|
||||
(JNIEnv *, jobject, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: quickReject
|
||||
* Signature: (Landroid/graphics/Region;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_quickReject__Landroid_graphics_Region_2
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: translate
|
||||
* Signature: (IILandroid/graphics/Region;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Region_translate
|
||||
(JNIEnv *, jobject, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: scale
|
||||
* Signature: (FLandroid/graphics/Region;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Region_scale
|
||||
(JNIEnv *, jobject, jfloat, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeEquals
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeEquals
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeConstructor
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_graphics_Region_nativeConstructor
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeDestructor
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Region_nativeDestructor
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeSetRegion
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_graphics_Region_nativeSetRegion
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeSetRect
|
||||
* Signature: (IIIII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeSetRect
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeSetPath
|
||||
* Signature: (III)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeSetPath
|
||||
(JNIEnv *, jclass, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeGetBounds
|
||||
* Signature: (ILandroid/graphics/Rect;)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeGetBounds
|
||||
(JNIEnv *, jclass, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeGetBoundaryPath
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeGetBoundaryPath
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeOp
|
||||
* Signature: (IIIIII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeOp__IIIIII
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeOp
|
||||
* Signature: (ILandroid/graphics/Rect;II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeOp__ILandroid_graphics_Rect_2II
|
||||
(JNIEnv *, jclass, jint, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeOp
|
||||
* Signature: (IIII)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_graphics_Region_nativeOp__IIII
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_graphics_Region
|
||||
* Method: nativeToString
|
||||
* Signature: (I)Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_graphics_Region_nativeToString
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
@@ -0,0 +1,45 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_media_AudioTrack */
|
||||
|
||||
#ifndef _Included_android_media_AudioTrack
|
||||
#define _Included_android_media_AudioTrack
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_media_AudioTrack
|
||||
* Method: native_constructor
|
||||
* Signature: (IIIIII)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_media_AudioTrack_native_1constructor
|
||||
(JNIEnv *, jobject, jint, jint, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_media_AudioTrack
|
||||
* Method: getMinBufferSize
|
||||
* Signature: (III)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_media_AudioTrack_getMinBufferSize
|
||||
(JNIEnv *, jclass, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_media_AudioTrack
|
||||
* Method: play
|
||||
* Signature: ()V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_media_AudioTrack_play
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_media_AudioTrack
|
||||
* Method: write
|
||||
* Signature: ([BII)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_media_AudioTrack_write
|
||||
(JNIEnv *, jobject, jbyteArray, jint, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
@@ -0,0 +1,179 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_opengl_GLSurfaceView */
|
||||
|
||||
#ifndef _Included_android_opengl_GLSurfaceView
|
||||
#define _Included_android_opengl_GLSurfaceView
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_opengl_GLSurfaceView_NO_ID
|
||||
#define android_opengl_GLSurfaceView_NO_ID -1L
|
||||
#undef android_opengl_GLSurfaceView_NOT_FOCUSABLE
|
||||
#define android_opengl_GLSurfaceView_NOT_FOCUSABLE 0L
|
||||
#undef android_opengl_GLSurfaceView_FOCUSABLE
|
||||
#define android_opengl_GLSurfaceView_FOCUSABLE 1L
|
||||
#undef android_opengl_GLSurfaceView_FOCUSABLE_MASK
|
||||
#define android_opengl_GLSurfaceView_FOCUSABLE_MASK 1L
|
||||
#undef android_opengl_GLSurfaceView_FITS_SYSTEM_WINDOWS
|
||||
#define android_opengl_GLSurfaceView_FITS_SYSTEM_WINDOWS 2L
|
||||
#undef android_opengl_GLSurfaceView_VISIBLE
|
||||
#define android_opengl_GLSurfaceView_VISIBLE 0L
|
||||
#undef android_opengl_GLSurfaceView_INVISIBLE
|
||||
#define android_opengl_GLSurfaceView_INVISIBLE 4L
|
||||
#undef android_opengl_GLSurfaceView_GONE
|
||||
#define android_opengl_GLSurfaceView_GONE 8L
|
||||
#undef android_opengl_GLSurfaceView_VISIBILITY_MASK
|
||||
#define android_opengl_GLSurfaceView_VISIBILITY_MASK 12L
|
||||
#undef android_opengl_GLSurfaceView_ENABLED
|
||||
#define android_opengl_GLSurfaceView_ENABLED 0L
|
||||
#undef android_opengl_GLSurfaceView_DISABLED
|
||||
#define android_opengl_GLSurfaceView_DISABLED 32L
|
||||
#undef android_opengl_GLSurfaceView_ENABLED_MASK
|
||||
#define android_opengl_GLSurfaceView_ENABLED_MASK 32L
|
||||
#undef android_opengl_GLSurfaceView_WILL_NOT_DRAW
|
||||
#define android_opengl_GLSurfaceView_WILL_NOT_DRAW 128L
|
||||
#undef android_opengl_GLSurfaceView_DRAW_MASK
|
||||
#define android_opengl_GLSurfaceView_DRAW_MASK 128L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_NONE
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_NONE 0L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_HORIZONTAL
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_HORIZONTAL 256L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_VERTICAL
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_VERTICAL 512L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_MASK
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_MASK 768L
|
||||
#undef android_opengl_GLSurfaceView_FILTER_TOUCHES_WHEN_OBSCURED
|
||||
#define android_opengl_GLSurfaceView_FILTER_TOUCHES_WHEN_OBSCURED 1024L
|
||||
#undef android_opengl_GLSurfaceView_OPTIONAL_FITS_SYSTEM_WINDOWS
|
||||
#define android_opengl_GLSurfaceView_OPTIONAL_FITS_SYSTEM_WINDOWS 2048L
|
||||
#undef android_opengl_GLSurfaceView_FADING_EDGE_NONE
|
||||
#define android_opengl_GLSurfaceView_FADING_EDGE_NONE 0L
|
||||
#undef android_opengl_GLSurfaceView_FADING_EDGE_HORIZONTAL
|
||||
#define android_opengl_GLSurfaceView_FADING_EDGE_HORIZONTAL 4096L
|
||||
#undef android_opengl_GLSurfaceView_FADING_EDGE_VERTICAL
|
||||
#define android_opengl_GLSurfaceView_FADING_EDGE_VERTICAL 8192L
|
||||
#undef android_opengl_GLSurfaceView_FADING_EDGE_MASK
|
||||
#define android_opengl_GLSurfaceView_FADING_EDGE_MASK 12288L
|
||||
#undef android_opengl_GLSurfaceView_CLICKABLE
|
||||
#define android_opengl_GLSurfaceView_CLICKABLE 16384L
|
||||
#undef android_opengl_GLSurfaceView_DRAWING_CACHE_ENABLED
|
||||
#define android_opengl_GLSurfaceView_DRAWING_CACHE_ENABLED 32768L
|
||||
#undef android_opengl_GLSurfaceView_SAVE_DISABLED
|
||||
#define android_opengl_GLSurfaceView_SAVE_DISABLED 65536L
|
||||
#undef android_opengl_GLSurfaceView_SAVE_DISABLED_MASK
|
||||
#define android_opengl_GLSurfaceView_SAVE_DISABLED_MASK 65536L
|
||||
#undef android_opengl_GLSurfaceView_WILL_NOT_CACHE_DRAWING
|
||||
#define android_opengl_GLSurfaceView_WILL_NOT_CACHE_DRAWING 131072L
|
||||
#undef android_opengl_GLSurfaceView_FOCUSABLE_IN_TOUCH_MODE
|
||||
#define android_opengl_GLSurfaceView_FOCUSABLE_IN_TOUCH_MODE 262144L
|
||||
#undef android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_LOW
|
||||
#define android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_LOW 524288L
|
||||
#undef android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_HIGH
|
||||
#define android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_HIGH 1048576L
|
||||
#undef android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_AUTO
|
||||
#define android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_AUTO 0L
|
||||
#undef android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_MASK
|
||||
#define android_opengl_GLSurfaceView_DRAWING_CACHE_QUALITY_MASK 1572864L
|
||||
#undef android_opengl_GLSurfaceView_LONG_CLICKABLE
|
||||
#define android_opengl_GLSurfaceView_LONG_CLICKABLE 2097152L
|
||||
#undef android_opengl_GLSurfaceView_DUPLICATE_PARENT_STATE
|
||||
#define android_opengl_GLSurfaceView_DUPLICATE_PARENT_STATE 4194304L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_INSIDE_OVERLAY
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_INSIDE_OVERLAY 0L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_INSIDE_INSET
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_INSIDE_INSET 16777216L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_OUTSIDE_OVERLAY
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_OUTSIDE_OVERLAY 33554432L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_OUTSIDE_INSET
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_OUTSIDE_INSET 50331648L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_INSET_MASK
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_INSET_MASK 16777216L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_OUTSIDE_MASK
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_OUTSIDE_MASK 33554432L
|
||||
#undef android_opengl_GLSurfaceView_SCROLLBARS_STYLE_MASK
|
||||
#define android_opengl_GLSurfaceView_SCROLLBARS_STYLE_MASK 50331648L
|
||||
#undef android_opengl_GLSurfaceView_KEEP_SCREEN_ON
|
||||
#define android_opengl_GLSurfaceView_KEEP_SCREEN_ON 67108864L
|
||||
#undef android_opengl_GLSurfaceView_SOUND_EFFECTS_ENABLED
|
||||
#define android_opengl_GLSurfaceView_SOUND_EFFECTS_ENABLED 134217728L
|
||||
#undef android_opengl_GLSurfaceView_HAPTIC_FEEDBACK_ENABLED
|
||||
#define android_opengl_GLSurfaceView_HAPTIC_FEEDBACK_ENABLED 268435456L
|
||||
#undef android_opengl_GLSurfaceView_PARENT_SAVE_DISABLED
|
||||
#define android_opengl_GLSurfaceView_PARENT_SAVE_DISABLED 536870912L
|
||||
#undef android_opengl_GLSurfaceView_PARENT_SAVE_DISABLED_MASK
|
||||
#define android_opengl_GLSurfaceView_PARENT_SAVE_DISABLED_MASK 536870912L
|
||||
#undef android_opengl_GLSurfaceView_FOCUSABLES_ALL
|
||||
#define android_opengl_GLSurfaceView_FOCUSABLES_ALL 0L
|
||||
#undef android_opengl_GLSurfaceView_FOCUSABLES_TOUCH_MODE
|
||||
#define android_opengl_GLSurfaceView_FOCUSABLES_TOUCH_MODE 1L
|
||||
#undef android_opengl_GLSurfaceView_FOCUS_BACKWARD
|
||||
#define android_opengl_GLSurfaceView_FOCUS_BACKWARD 1L
|
||||
#undef android_opengl_GLSurfaceView_FOCUS_FORWARD
|
||||
#define android_opengl_GLSurfaceView_FOCUS_FORWARD 2L
|
||||
#undef android_opengl_GLSurfaceView_FOCUS_LEFT
|
||||
#define android_opengl_GLSurfaceView_FOCUS_LEFT 17L
|
||||
#undef android_opengl_GLSurfaceView_FOCUS_UP
|
||||
#define android_opengl_GLSurfaceView_FOCUS_UP 33L
|
||||
#undef android_opengl_GLSurfaceView_FOCUS_RIGHT
|
||||
#define android_opengl_GLSurfaceView_FOCUS_RIGHT 66L
|
||||
#undef android_opengl_GLSurfaceView_FOCUS_DOWN
|
||||
#define android_opengl_GLSurfaceView_FOCUS_DOWN 130L
|
||||
#undef android_opengl_GLSurfaceView_MEASURED_SIZE_MASK
|
||||
#define android_opengl_GLSurfaceView_MEASURED_SIZE_MASK 16777215L
|
||||
#undef android_opengl_GLSurfaceView_MEASURED_STATE_MASK
|
||||
#define android_opengl_GLSurfaceView_MEASURED_STATE_MASK -16777216L
|
||||
#undef android_opengl_GLSurfaceView_MEASURED_HEIGHT_STATE_SHIFT
|
||||
#define android_opengl_GLSurfaceView_MEASURED_HEIGHT_STATE_SHIFT 16L
|
||||
#undef android_opengl_GLSurfaceView_MEASURED_STATE_TOO_SMALL
|
||||
#define android_opengl_GLSurfaceView_MEASURED_STATE_TOO_SMALL 16777216L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_DRAG_CAN_ACCEPT
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_DRAG_CAN_ACCEPT 1L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_DRAG_HOVERED
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_DRAG_HOVERED 2L
|
||||
#undef android_opengl_GLSurfaceView_LAYOUT_DIRECTION_LTR
|
||||
#define android_opengl_GLSurfaceView_LAYOUT_DIRECTION_LTR 0L
|
||||
#undef android_opengl_GLSurfaceView_LAYOUT_DIRECTION_RTL
|
||||
#define android_opengl_GLSurfaceView_LAYOUT_DIRECTION_RTL 1L
|
||||
#undef android_opengl_GLSurfaceView_LAYOUT_DIRECTION_INHERIT
|
||||
#define android_opengl_GLSurfaceView_LAYOUT_DIRECTION_INHERIT 2L
|
||||
#undef android_opengl_GLSurfaceView_LAYOUT_DIRECTION_LOCALE
|
||||
#define android_opengl_GLSurfaceView_LAYOUT_DIRECTION_LOCALE 3L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_MASK_SHIFT
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_MASK_SHIFT 2L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_MASK
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_MASK 12L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_RESOLVED_RTL
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_RESOLVED_RTL 16L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_RESOLVED
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_RESOLVED 32L
|
||||
#undef android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_RESOLVED_MASK
|
||||
#define android_opengl_GLSurfaceView_PFLAG2_LAYOUT_DIRECTION_RESOLVED_MASK 48L
|
||||
/*
|
||||
* Class: android_opengl_GLSurfaceView
|
||||
* Method: native_constructor
|
||||
* Signature: (Landroid/util/AttributeSet;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_opengl_GLSurfaceView_native_1constructor__Landroid_util_AttributeSet_2
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_opengl_GLSurfaceView
|
||||
* Method: native_constructor
|
||||
* Signature: (Landroid/content/Context;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_opengl_GLSurfaceView_native_1constructor__Landroid_content_Context_2
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_opengl_GLSurfaceView
|
||||
* Method: native_set_renderer
|
||||
* Signature: (Landroid/opengl/GLSurfaceView/Renderer;Z)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_opengl_GLSurfaceView_native_1set_1renderer
|
||||
(JNIEnv *, jobject, jobject, jboolean);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
81
src/api-impl-jni/generated_headers/android_os_MemoryFile.h
Normal file
81
src/api-impl-jni/generated_headers/android_os_MemoryFile.h
Normal file
@@ -0,0 +1,81 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_os_MemoryFile */
|
||||
|
||||
#ifndef _Included_android_os_MemoryFile
|
||||
#define _Included_android_os_MemoryFile
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_os_MemoryFile_PROT_READ
|
||||
#define android_os_MemoryFile_PROT_READ 1L
|
||||
#undef android_os_MemoryFile_PROT_WRITE
|
||||
#define android_os_MemoryFile_PROT_WRITE 2L
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_open
|
||||
* Signature: (Ljava/lang/String;I)Ljava/io/FileDescriptor;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_android_os_MemoryFile_native_1open
|
||||
(JNIEnv *, jclass, jstring, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_mmap
|
||||
* Signature: (Ljava/io/FileDescriptor;II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_MemoryFile_native_1mmap
|
||||
(JNIEnv *, jclass, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_munmap
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MemoryFile_native_1munmap
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_close
|
||||
* Signature: (Ljava/io/FileDescriptor;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MemoryFile_native_1close
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_read
|
||||
* Signature: (Ljava/io/FileDescriptor;I[BIIIZ)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_MemoryFile_native_1read
|
||||
(JNIEnv *, jclass, jobject, jint, jbyteArray, jint, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_write
|
||||
* Signature: (Ljava/io/FileDescriptor;I[BIIIZ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MemoryFile_native_1write
|
||||
(JNIEnv *, jclass, jobject, jint, jbyteArray, jint, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_pin
|
||||
* Signature: (Ljava/io/FileDescriptor;Z)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MemoryFile_native_1pin
|
||||
(JNIEnv *, jclass, jobject, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_os_MemoryFile
|
||||
* Method: native_get_size
|
||||
* Signature: (Ljava/io/FileDescriptor;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_MemoryFile_native_1get_1size
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
53
src/api-impl-jni/generated_headers/android_os_MessageQueue.h
Normal file
53
src/api-impl-jni/generated_headers/android_os_MessageQueue.h
Normal file
@@ -0,0 +1,53 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_os_MessageQueue */
|
||||
|
||||
#ifndef _Included_android_os_MessageQueue
|
||||
#define _Included_android_os_MessageQueue
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_os_MessageQueue
|
||||
* Method: nativeInit
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_MessageQueue_nativeInit
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_MessageQueue
|
||||
* Method: nativeDestroy
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MessageQueue_nativeDestroy
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_MessageQueue
|
||||
* Method: nativePollOnce
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MessageQueue_nativePollOnce
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_MessageQueue
|
||||
* Method: nativeWake
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_MessageQueue_nativeWake
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_MessageQueue
|
||||
* Method: nativeIsIdling
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_os_MessageQueue_nativeIsIdling
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
319
src/api-impl-jni/generated_headers/android_os_Process.h
Normal file
319
src/api-impl-jni/generated_headers/android_os_Process.h
Normal file
@@ -0,0 +1,319 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_os_Process */
|
||||
|
||||
#ifndef _Included_android_os_Process
|
||||
#define _Included_android_os_Process
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_os_Process_SYSTEM_UID
|
||||
#define android_os_Process_SYSTEM_UID 1000L
|
||||
#undef android_os_Process_PHONE_UID
|
||||
#define android_os_Process_PHONE_UID 1001L
|
||||
#undef android_os_Process_SHELL_UID
|
||||
#define android_os_Process_SHELL_UID 2000L
|
||||
#undef android_os_Process_LOG_UID
|
||||
#define android_os_Process_LOG_UID 1007L
|
||||
#undef android_os_Process_WIFI_UID
|
||||
#define android_os_Process_WIFI_UID 1010L
|
||||
#undef android_os_Process_MEDIA_UID
|
||||
#define android_os_Process_MEDIA_UID 1013L
|
||||
#undef android_os_Process_DRM_UID
|
||||
#define android_os_Process_DRM_UID 1019L
|
||||
#undef android_os_Process_VPN_UID
|
||||
#define android_os_Process_VPN_UID 1016L
|
||||
#undef android_os_Process_NFC_UID
|
||||
#define android_os_Process_NFC_UID 1027L
|
||||
#undef android_os_Process_BLUETOOTH_UID
|
||||
#define android_os_Process_BLUETOOTH_UID 1002L
|
||||
#undef android_os_Process_MEDIA_RW_GID
|
||||
#define android_os_Process_MEDIA_RW_GID 1023L
|
||||
#undef android_os_Process_PACKAGE_INFO_GID
|
||||
#define android_os_Process_PACKAGE_INFO_GID 1032L
|
||||
#undef android_os_Process_FIRST_APPLICATION_UID
|
||||
#define android_os_Process_FIRST_APPLICATION_UID 10000L
|
||||
#undef android_os_Process_LAST_APPLICATION_UID
|
||||
#define android_os_Process_LAST_APPLICATION_UID 19999L
|
||||
#undef android_os_Process_FIRST_ISOLATED_UID
|
||||
#define android_os_Process_FIRST_ISOLATED_UID 99000L
|
||||
#undef android_os_Process_LAST_ISOLATED_UID
|
||||
#define android_os_Process_LAST_ISOLATED_UID 99999L
|
||||
#undef android_os_Process_FIRST_SHARED_APPLICATION_GID
|
||||
#define android_os_Process_FIRST_SHARED_APPLICATION_GID 50000L
|
||||
#undef android_os_Process_LAST_SHARED_APPLICATION_GID
|
||||
#define android_os_Process_LAST_SHARED_APPLICATION_GID 59999L
|
||||
#undef android_os_Process_THREAD_PRIORITY_DEFAULT
|
||||
#define android_os_Process_THREAD_PRIORITY_DEFAULT 0L
|
||||
#undef android_os_Process_THREAD_PRIORITY_LOWEST
|
||||
#define android_os_Process_THREAD_PRIORITY_LOWEST 19L
|
||||
#undef android_os_Process_THREAD_PRIORITY_BACKGROUND
|
||||
#define android_os_Process_THREAD_PRIORITY_BACKGROUND 10L
|
||||
#undef android_os_Process_THREAD_PRIORITY_FOREGROUND
|
||||
#define android_os_Process_THREAD_PRIORITY_FOREGROUND -2L
|
||||
#undef android_os_Process_THREAD_PRIORITY_DISPLAY
|
||||
#define android_os_Process_THREAD_PRIORITY_DISPLAY -4L
|
||||
#undef android_os_Process_THREAD_PRIORITY_URGENT_DISPLAY
|
||||
#define android_os_Process_THREAD_PRIORITY_URGENT_DISPLAY -8L
|
||||
#undef android_os_Process_THREAD_PRIORITY_AUDIO
|
||||
#define android_os_Process_THREAD_PRIORITY_AUDIO -16L
|
||||
#undef android_os_Process_THREAD_PRIORITY_URGENT_AUDIO
|
||||
#define android_os_Process_THREAD_PRIORITY_URGENT_AUDIO -19L
|
||||
#undef android_os_Process_THREAD_PRIORITY_MORE_FAVORABLE
|
||||
#define android_os_Process_THREAD_PRIORITY_MORE_FAVORABLE -1L
|
||||
#undef android_os_Process_THREAD_PRIORITY_LESS_FAVORABLE
|
||||
#define android_os_Process_THREAD_PRIORITY_LESS_FAVORABLE 1L
|
||||
#undef android_os_Process_SCHED_OTHER
|
||||
#define android_os_Process_SCHED_OTHER 0L
|
||||
#undef android_os_Process_SCHED_FIFO
|
||||
#define android_os_Process_SCHED_FIFO 1L
|
||||
#undef android_os_Process_SCHED_RR
|
||||
#define android_os_Process_SCHED_RR 2L
|
||||
#undef android_os_Process_SCHED_BATCH
|
||||
#define android_os_Process_SCHED_BATCH 3L
|
||||
#undef android_os_Process_SCHED_IDLE
|
||||
#define android_os_Process_SCHED_IDLE 5L
|
||||
#undef android_os_Process_THREAD_GROUP_DEFAULT
|
||||
#define android_os_Process_THREAD_GROUP_DEFAULT -1L
|
||||
#undef android_os_Process_THREAD_GROUP_BG_NONINTERACTIVE
|
||||
#define android_os_Process_THREAD_GROUP_BG_NONINTERACTIVE 0L
|
||||
#undef android_os_Process_THREAD_GROUP_FOREGROUND
|
||||
#define android_os_Process_THREAD_GROUP_FOREGROUND 1L
|
||||
#undef android_os_Process_THREAD_GROUP_SYSTEM
|
||||
#define android_os_Process_THREAD_GROUP_SYSTEM 2L
|
||||
#undef android_os_Process_THREAD_GROUP_AUDIO_APP
|
||||
#define android_os_Process_THREAD_GROUP_AUDIO_APP 3L
|
||||
#undef android_os_Process_THREAD_GROUP_AUDIO_SYS
|
||||
#define android_os_Process_THREAD_GROUP_AUDIO_SYS 4L
|
||||
#undef android_os_Process_SIGNAL_QUIT
|
||||
#define android_os_Process_SIGNAL_QUIT 3L
|
||||
#undef android_os_Process_SIGNAL_KILL
|
||||
#define android_os_Process_SIGNAL_KILL 9L
|
||||
#undef android_os_Process_SIGNAL_USR1
|
||||
#define android_os_Process_SIGNAL_USR1 10L
|
||||
#undef android_os_Process_ZYGOTE_RETRY_MILLIS
|
||||
#define android_os_Process_ZYGOTE_RETRY_MILLIS 500L
|
||||
#undef android_os_Process_PROC_TERM_MASK
|
||||
#define android_os_Process_PROC_TERM_MASK 255L
|
||||
#undef android_os_Process_PROC_ZERO_TERM
|
||||
#define android_os_Process_PROC_ZERO_TERM 0L
|
||||
#undef android_os_Process_PROC_SPACE_TERM
|
||||
#define android_os_Process_PROC_SPACE_TERM 32L
|
||||
#undef android_os_Process_PROC_TAB_TERM
|
||||
#define android_os_Process_PROC_TAB_TERM 9L
|
||||
#undef android_os_Process_PROC_COMBINE
|
||||
#define android_os_Process_PROC_COMBINE 256L
|
||||
#undef android_os_Process_PROC_PARENS
|
||||
#define android_os_Process_PROC_PARENS 512L
|
||||
#undef android_os_Process_PROC_QUOTES
|
||||
#define android_os_Process_PROC_QUOTES 1024L
|
||||
#undef android_os_Process_PROC_OUT_STRING
|
||||
#define android_os_Process_PROC_OUT_STRING 4096L
|
||||
#undef android_os_Process_PROC_OUT_LONG
|
||||
#define android_os_Process_PROC_OUT_LONG 8192L
|
||||
#undef android_os_Process_PROC_OUT_FLOAT
|
||||
#define android_os_Process_PROC_OUT_FLOAT 16384L
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getElapsedCpuTime
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_Process_getElapsedCpuTime
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getUidForName
|
||||
* Signature: (Ljava/lang/String;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Process_getUidForName
|
||||
(JNIEnv *, jclass, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getGidForName
|
||||
* Signature: (Ljava/lang/String;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Process_getGidForName
|
||||
(JNIEnv *, jclass, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setThreadPriority
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_setThreadPriority
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setCanSelfBackground
|
||||
* Signature: (Z)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_setCanSelfBackground
|
||||
(JNIEnv *, jclass, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setThreadGroup
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_setThreadGroup
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setProcessGroup
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_setProcessGroup
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getProcessGroup
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Process_getProcessGroup
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getThreadPriority
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Process_getThreadPriority
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setThreadScheduler
|
||||
* Signature: (III)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_setThreadScheduler
|
||||
(JNIEnv *, jclass, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setOomAdj
|
||||
* Signature: (II)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_os_Process_setOomAdj
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setSwappiness
|
||||
* Signature: (IZ)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_os_Process_setSwappiness
|
||||
(JNIEnv *, jclass, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setArgV0
|
||||
* Signature: (Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_setArgV0
|
||||
(JNIEnv *, jclass, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setUid
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Process_setUid
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: setGid
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_os_Process_setGid
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: sendSignal
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_sendSignal
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: sendSignalQuiet
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_sendSignalQuiet
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getFreeMemory
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_Process_getFreeMemory
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getTotalMemory
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_Process_getTotalMemory
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: readProcLines
|
||||
* Signature: (Ljava/lang/String;[Ljava/lang/String;[J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Process_readProcLines
|
||||
(JNIEnv *, jclass, jstring, jobjectArray, jlongArray);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getPids
|
||||
* Signature: (Ljava/lang/String;[I)[I
|
||||
*/
|
||||
JNIEXPORT jintArray JNICALL Java_android_os_Process_getPids
|
||||
(JNIEnv *, jclass, jstring, jintArray);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: readProcFile
|
||||
* Signature: (Ljava/lang/String;[I[Ljava/lang/String;[J[F)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_os_Process_readProcFile
|
||||
(JNIEnv *, jclass, jstring, jintArray, jobjectArray, jlongArray, jfloatArray);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: parseProcLine
|
||||
* Signature: ([BII[I[Ljava/lang/String;[J[F)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_os_Process_parseProcLine
|
||||
(JNIEnv *, jclass, jbyteArray, jint, jint, jintArray, jobjectArray, jlongArray, jfloatArray);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getPidsForCommands
|
||||
* Signature: ([Ljava/lang/String;)[I
|
||||
*/
|
||||
JNIEXPORT jintArray JNICALL Java_android_os_Process_getPidsForCommands
|
||||
(JNIEnv *, jclass, jobjectArray);
|
||||
|
||||
/*
|
||||
* Class: android_os_Process
|
||||
* Method: getPss
|
||||
* Signature: (I)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_Process_getPss
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
61
src/api-impl-jni/generated_headers/android_os_SystemClock.h
Normal file
61
src/api-impl-jni/generated_headers/android_os_SystemClock.h
Normal file
@@ -0,0 +1,61 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_os_SystemClock */
|
||||
|
||||
#ifndef _Included_android_os_SystemClock
|
||||
#define _Included_android_os_SystemClock
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: android_os_SystemClock
|
||||
* Method: setCurrentTimeMillis
|
||||
* Signature: (J)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_os_SystemClock_setCurrentTimeMillis
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_os_SystemClock
|
||||
* Method: elapsedRealtime
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_SystemClock_elapsedRealtime
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_SystemClock
|
||||
* Method: elapsedRealtimeNanos
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_SystemClock_elapsedRealtimeNanos
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_SystemClock
|
||||
* Method: currentThreadTimeMillis
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_SystemClock_currentThreadTimeMillis
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_SystemClock
|
||||
* Method: currentThreadTimeMicro
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_SystemClock_currentThreadTimeMicro
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_SystemClock
|
||||
* Method: currentTimeMicro
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_SystemClock_currentTimeMicro
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
115
src/api-impl-jni/generated_headers/android_os_Trace.h
Normal file
115
src/api-impl-jni/generated_headers/android_os_Trace.h
Normal file
@@ -0,0 +1,115 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_os_Trace */
|
||||
|
||||
#ifndef _Included_android_os_Trace
|
||||
#define _Included_android_os_Trace
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_os_Trace_TRACE_TAG_NEVER
|
||||
#define android_os_Trace_TRACE_TAG_NEVER 0LL
|
||||
#undef android_os_Trace_TRACE_TAG_ALWAYS
|
||||
#define android_os_Trace_TRACE_TAG_ALWAYS 1LL
|
||||
#undef android_os_Trace_TRACE_TAG_GRAPHICS
|
||||
#define android_os_Trace_TRACE_TAG_GRAPHICS 2LL
|
||||
#undef android_os_Trace_TRACE_TAG_INPUT
|
||||
#define android_os_Trace_TRACE_TAG_INPUT 4LL
|
||||
#undef android_os_Trace_TRACE_TAG_VIEW
|
||||
#define android_os_Trace_TRACE_TAG_VIEW 8LL
|
||||
#undef android_os_Trace_TRACE_TAG_WEBVIEW
|
||||
#define android_os_Trace_TRACE_TAG_WEBVIEW 16LL
|
||||
#undef android_os_Trace_TRACE_TAG_WINDOW_MANAGER
|
||||
#define android_os_Trace_TRACE_TAG_WINDOW_MANAGER 32LL
|
||||
#undef android_os_Trace_TRACE_TAG_ACTIVITY_MANAGER
|
||||
#define android_os_Trace_TRACE_TAG_ACTIVITY_MANAGER 64LL
|
||||
#undef android_os_Trace_TRACE_TAG_SYNC_MANAGER
|
||||
#define android_os_Trace_TRACE_TAG_SYNC_MANAGER 128LL
|
||||
#undef android_os_Trace_TRACE_TAG_AUDIO
|
||||
#define android_os_Trace_TRACE_TAG_AUDIO 256LL
|
||||
#undef android_os_Trace_TRACE_TAG_VIDEO
|
||||
#define android_os_Trace_TRACE_TAG_VIDEO 512LL
|
||||
#undef android_os_Trace_TRACE_TAG_CAMERA
|
||||
#define android_os_Trace_TRACE_TAG_CAMERA 1024LL
|
||||
#undef android_os_Trace_TRACE_TAG_HAL
|
||||
#define android_os_Trace_TRACE_TAG_HAL 2048LL
|
||||
#undef android_os_Trace_TRACE_TAG_APP
|
||||
#define android_os_Trace_TRACE_TAG_APP 4096LL
|
||||
#undef android_os_Trace_TRACE_TAG_RESOURCES
|
||||
#define android_os_Trace_TRACE_TAG_RESOURCES 8192LL
|
||||
#undef android_os_Trace_TRACE_TAG_DALVIK
|
||||
#define android_os_Trace_TRACE_TAG_DALVIK 16384LL
|
||||
#undef android_os_Trace_TRACE_TAG_RS
|
||||
#define android_os_Trace_TRACE_TAG_RS 32768LL
|
||||
#undef android_os_Trace_TRACE_TAG_NOT_READY
|
||||
#define android_os_Trace_TRACE_TAG_NOT_READY -9223372036854775808LL
|
||||
#undef android_os_Trace_MAX_SECTION_NAME_LEN
|
||||
#define android_os_Trace_MAX_SECTION_NAME_LEN 127L
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeGetEnabledTags
|
||||
* Signature: ()J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_os_Trace_nativeGetEnabledTags
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeTraceCounter
|
||||
* Signature: (JLjava/lang/String;I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeTraceCounter
|
||||
(JNIEnv *, jclass, jlong, jstring, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeTraceBegin
|
||||
* Signature: (JLjava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeTraceBegin
|
||||
(JNIEnv *, jclass, jlong, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeTraceEnd
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeTraceEnd
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeAsyncTraceBegin
|
||||
* Signature: (JLjava/lang/String;I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeAsyncTraceBegin
|
||||
(JNIEnv *, jclass, jlong, jstring, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeAsyncTraceEnd
|
||||
* Signature: (JLjava/lang/String;I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeAsyncTraceEnd
|
||||
(JNIEnv *, jclass, jlong, jstring, jint);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeSetAppTracingAllowed
|
||||
* Signature: (Z)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeSetAppTracingAllowed
|
||||
(JNIEnv *, jclass, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_os_Trace
|
||||
* Method: nativeSetTracingEnabled
|
||||
* Signature: (Z)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_os_Trace_nativeSetTracingEnabled
|
||||
(JNIEnv *, jclass, jboolean);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
41
src/api-impl-jni/generated_headers/android_util_Log.h
Normal file
41
src/api-impl-jni/generated_headers/android_util_Log.h
Normal file
@@ -0,0 +1,41 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_util_Log */
|
||||
|
||||
#ifndef _Included_android_util_Log
|
||||
#define _Included_android_util_Log
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_util_Log_VERBOSE
|
||||
#define android_util_Log_VERBOSE 2L
|
||||
#undef android_util_Log_DEBUG
|
||||
#define android_util_Log_DEBUG 3L
|
||||
#undef android_util_Log_INFO
|
||||
#define android_util_Log_INFO 4L
|
||||
#undef android_util_Log_WARN
|
||||
#define android_util_Log_WARN 5L
|
||||
#undef android_util_Log_ERROR
|
||||
#define android_util_Log_ERROR 6L
|
||||
#undef android_util_Log_ASSERT
|
||||
#define android_util_Log_ASSERT 7L
|
||||
#undef android_util_Log_LOG_ID_MAIN
|
||||
#define android_util_Log_LOG_ID_MAIN 0L
|
||||
#undef android_util_Log_LOG_ID_RADIO
|
||||
#define android_util_Log_LOG_ID_RADIO 1L
|
||||
#undef android_util_Log_LOG_ID_EVENTS
|
||||
#define android_util_Log_LOG_ID_EVENTS 2L
|
||||
#undef android_util_Log_LOG_ID_SYSTEM
|
||||
#define android_util_Log_LOG_ID_SYSTEM 3L
|
||||
/*
|
||||
* Class: android_util_Log
|
||||
* Method: isLoggable
|
||||
* Signature: (Ljava/lang/String;I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_util_Log_isLoggable
|
||||
(JNIEnv *, jclass, jstring, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
467
src/api-impl-jni/generated_headers/android_view_MotionEvent.h
Normal file
467
src/api-impl-jni/generated_headers/android_view_MotionEvent.h
Normal file
@@ -0,0 +1,467 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_view_MotionEvent */
|
||||
|
||||
#ifndef _Included_android_view_MotionEvent
|
||||
#define _Included_android_view_MotionEvent
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_view_MotionEvent_PARCEL_TOKEN_MOTION_EVENT
|
||||
#define android_view_MotionEvent_PARCEL_TOKEN_MOTION_EVENT 1L
|
||||
#undef android_view_MotionEvent_PARCEL_TOKEN_KEY_EVENT
|
||||
#define android_view_MotionEvent_PARCEL_TOKEN_KEY_EVENT 2L
|
||||
#undef android_view_MotionEvent_TRACK_RECYCLED_LOCATION
|
||||
#define android_view_MotionEvent_TRACK_RECYCLED_LOCATION 0L
|
||||
#undef android_view_MotionEvent_NS_PER_MS
|
||||
#define android_view_MotionEvent_NS_PER_MS 1000000LL
|
||||
#undef android_view_MotionEvent_INVALID_POINTER_ID
|
||||
#define android_view_MotionEvent_INVALID_POINTER_ID -1L
|
||||
#undef android_view_MotionEvent_ACTION_MASK
|
||||
#define android_view_MotionEvent_ACTION_MASK 255L
|
||||
#undef android_view_MotionEvent_ACTION_DOWN
|
||||
#define android_view_MotionEvent_ACTION_DOWN 0L
|
||||
#undef android_view_MotionEvent_ACTION_UP
|
||||
#define android_view_MotionEvent_ACTION_UP 1L
|
||||
#undef android_view_MotionEvent_ACTION_MOVE
|
||||
#define android_view_MotionEvent_ACTION_MOVE 2L
|
||||
#undef android_view_MotionEvent_ACTION_CANCEL
|
||||
#define android_view_MotionEvent_ACTION_CANCEL 3L
|
||||
#undef android_view_MotionEvent_ACTION_OUTSIDE
|
||||
#define android_view_MotionEvent_ACTION_OUTSIDE 4L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_DOWN
|
||||
#define android_view_MotionEvent_ACTION_POINTER_DOWN 5L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_UP
|
||||
#define android_view_MotionEvent_ACTION_POINTER_UP 6L
|
||||
#undef android_view_MotionEvent_ACTION_HOVER_MOVE
|
||||
#define android_view_MotionEvent_ACTION_HOVER_MOVE 7L
|
||||
#undef android_view_MotionEvent_ACTION_SCROLL
|
||||
#define android_view_MotionEvent_ACTION_SCROLL 8L
|
||||
#undef android_view_MotionEvent_ACTION_HOVER_ENTER
|
||||
#define android_view_MotionEvent_ACTION_HOVER_ENTER 9L
|
||||
#undef android_view_MotionEvent_ACTION_HOVER_EXIT
|
||||
#define android_view_MotionEvent_ACTION_HOVER_EXIT 10L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_INDEX_MASK
|
||||
#define android_view_MotionEvent_ACTION_POINTER_INDEX_MASK 65280L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_INDEX_SHIFT
|
||||
#define android_view_MotionEvent_ACTION_POINTER_INDEX_SHIFT 8L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_1_DOWN
|
||||
#define android_view_MotionEvent_ACTION_POINTER_1_DOWN 5L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_2_DOWN
|
||||
#define android_view_MotionEvent_ACTION_POINTER_2_DOWN 261L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_3_DOWN
|
||||
#define android_view_MotionEvent_ACTION_POINTER_3_DOWN 517L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_1_UP
|
||||
#define android_view_MotionEvent_ACTION_POINTER_1_UP 6L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_2_UP
|
||||
#define android_view_MotionEvent_ACTION_POINTER_2_UP 262L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_3_UP
|
||||
#define android_view_MotionEvent_ACTION_POINTER_3_UP 518L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_ID_MASK
|
||||
#define android_view_MotionEvent_ACTION_POINTER_ID_MASK 65280L
|
||||
#undef android_view_MotionEvent_ACTION_POINTER_ID_SHIFT
|
||||
#define android_view_MotionEvent_ACTION_POINTER_ID_SHIFT 8L
|
||||
#undef android_view_MotionEvent_FLAG_WINDOW_IS_OBSCURED
|
||||
#define android_view_MotionEvent_FLAG_WINDOW_IS_OBSCURED 1L
|
||||
#undef android_view_MotionEvent_FLAG_TAINTED
|
||||
#define android_view_MotionEvent_FLAG_TAINTED -2147483648L
|
||||
#undef android_view_MotionEvent_EDGE_TOP
|
||||
#define android_view_MotionEvent_EDGE_TOP 1L
|
||||
#undef android_view_MotionEvent_EDGE_BOTTOM
|
||||
#define android_view_MotionEvent_EDGE_BOTTOM 2L
|
||||
#undef android_view_MotionEvent_EDGE_LEFT
|
||||
#define android_view_MotionEvent_EDGE_LEFT 4L
|
||||
#undef android_view_MotionEvent_EDGE_RIGHT
|
||||
#define android_view_MotionEvent_EDGE_RIGHT 8L
|
||||
#undef android_view_MotionEvent_AXIS_X
|
||||
#define android_view_MotionEvent_AXIS_X 0L
|
||||
#undef android_view_MotionEvent_AXIS_Y
|
||||
#define android_view_MotionEvent_AXIS_Y 1L
|
||||
#undef android_view_MotionEvent_AXIS_PRESSURE
|
||||
#define android_view_MotionEvent_AXIS_PRESSURE 2L
|
||||
#undef android_view_MotionEvent_AXIS_SIZE
|
||||
#define android_view_MotionEvent_AXIS_SIZE 3L
|
||||
#undef android_view_MotionEvent_AXIS_TOUCH_MAJOR
|
||||
#define android_view_MotionEvent_AXIS_TOUCH_MAJOR 4L
|
||||
#undef android_view_MotionEvent_AXIS_TOUCH_MINOR
|
||||
#define android_view_MotionEvent_AXIS_TOUCH_MINOR 5L
|
||||
#undef android_view_MotionEvent_AXIS_TOOL_MAJOR
|
||||
#define android_view_MotionEvent_AXIS_TOOL_MAJOR 6L
|
||||
#undef android_view_MotionEvent_AXIS_TOOL_MINOR
|
||||
#define android_view_MotionEvent_AXIS_TOOL_MINOR 7L
|
||||
#undef android_view_MotionEvent_AXIS_ORIENTATION
|
||||
#define android_view_MotionEvent_AXIS_ORIENTATION 8L
|
||||
#undef android_view_MotionEvent_AXIS_VSCROLL
|
||||
#define android_view_MotionEvent_AXIS_VSCROLL 9L
|
||||
#undef android_view_MotionEvent_AXIS_HSCROLL
|
||||
#define android_view_MotionEvent_AXIS_HSCROLL 10L
|
||||
#undef android_view_MotionEvent_AXIS_Z
|
||||
#define android_view_MotionEvent_AXIS_Z 11L
|
||||
#undef android_view_MotionEvent_AXIS_RX
|
||||
#define android_view_MotionEvent_AXIS_RX 12L
|
||||
#undef android_view_MotionEvent_AXIS_RY
|
||||
#define android_view_MotionEvent_AXIS_RY 13L
|
||||
#undef android_view_MotionEvent_AXIS_RZ
|
||||
#define android_view_MotionEvent_AXIS_RZ 14L
|
||||
#undef android_view_MotionEvent_AXIS_HAT_X
|
||||
#define android_view_MotionEvent_AXIS_HAT_X 15L
|
||||
#undef android_view_MotionEvent_AXIS_HAT_Y
|
||||
#define android_view_MotionEvent_AXIS_HAT_Y 16L
|
||||
#undef android_view_MotionEvent_AXIS_LTRIGGER
|
||||
#define android_view_MotionEvent_AXIS_LTRIGGER 17L
|
||||
#undef android_view_MotionEvent_AXIS_RTRIGGER
|
||||
#define android_view_MotionEvent_AXIS_RTRIGGER 18L
|
||||
#undef android_view_MotionEvent_AXIS_THROTTLE
|
||||
#define android_view_MotionEvent_AXIS_THROTTLE 19L
|
||||
#undef android_view_MotionEvent_AXIS_RUDDER
|
||||
#define android_view_MotionEvent_AXIS_RUDDER 20L
|
||||
#undef android_view_MotionEvent_AXIS_WHEEL
|
||||
#define android_view_MotionEvent_AXIS_WHEEL 21L
|
||||
#undef android_view_MotionEvent_AXIS_GAS
|
||||
#define android_view_MotionEvent_AXIS_GAS 22L
|
||||
#undef android_view_MotionEvent_AXIS_BRAKE
|
||||
#define android_view_MotionEvent_AXIS_BRAKE 23L
|
||||
#undef android_view_MotionEvent_AXIS_DISTANCE
|
||||
#define android_view_MotionEvent_AXIS_DISTANCE 24L
|
||||
#undef android_view_MotionEvent_AXIS_TILT
|
||||
#define android_view_MotionEvent_AXIS_TILT 25L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_1
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_1 32L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_2
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_2 33L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_3
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_3 34L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_4
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_4 35L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_5
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_5 36L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_6
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_6 37L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_7
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_7 38L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_8
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_8 39L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_9
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_9 40L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_10
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_10 41L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_11
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_11 42L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_12
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_12 43L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_13
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_13 44L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_14
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_14 45L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_15
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_15 46L
|
||||
#undef android_view_MotionEvent_AXIS_GENERIC_16
|
||||
#define android_view_MotionEvent_AXIS_GENERIC_16 47L
|
||||
#undef android_view_MotionEvent_BUTTON_PRIMARY
|
||||
#define android_view_MotionEvent_BUTTON_PRIMARY 1L
|
||||
#undef android_view_MotionEvent_BUTTON_SECONDARY
|
||||
#define android_view_MotionEvent_BUTTON_SECONDARY 2L
|
||||
#undef android_view_MotionEvent_BUTTON_TERTIARY
|
||||
#define android_view_MotionEvent_BUTTON_TERTIARY 4L
|
||||
#undef android_view_MotionEvent_BUTTON_BACK
|
||||
#define android_view_MotionEvent_BUTTON_BACK 8L
|
||||
#undef android_view_MotionEvent_BUTTON_FORWARD
|
||||
#define android_view_MotionEvent_BUTTON_FORWARD 16L
|
||||
#undef android_view_MotionEvent_TOOL_TYPE_UNKNOWN
|
||||
#define android_view_MotionEvent_TOOL_TYPE_UNKNOWN 0L
|
||||
#undef android_view_MotionEvent_TOOL_TYPE_FINGER
|
||||
#define android_view_MotionEvent_TOOL_TYPE_FINGER 1L
|
||||
#undef android_view_MotionEvent_TOOL_TYPE_STYLUS
|
||||
#define android_view_MotionEvent_TOOL_TYPE_STYLUS 2L
|
||||
#undef android_view_MotionEvent_TOOL_TYPE_MOUSE
|
||||
#define android_view_MotionEvent_TOOL_TYPE_MOUSE 3L
|
||||
#undef android_view_MotionEvent_TOOL_TYPE_ERASER
|
||||
#define android_view_MotionEvent_TOOL_TYPE_ERASER 4L
|
||||
#undef android_view_MotionEvent_HISTORY_CURRENT
|
||||
#define android_view_MotionEvent_HISTORY_CURRENT -2147483648L
|
||||
#undef android_view_MotionEvent_MAX_RECYCLED
|
||||
#define android_view_MotionEvent_MAX_RECYCLED 10L
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeInitialize
|
||||
* Signature: (IIIIIIIIFFFFJJI[Landroid/view/MotionEvent/PointerProperties;[Landroid/view/MotionEvent/PointerCoords;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeInitialize
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jfloat, jfloat, jfloat, jfloat, jlong, jlong, jint, jobjectArray, jobjectArray);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeCopy
|
||||
* Signature: (IIZ)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeCopy
|
||||
(JNIEnv *, jclass, jint, jint, jboolean);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeDispose
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeDispose
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeAddBatch
|
||||
* Signature: (IJ[Landroid/view/MotionEvent/PointerCoords;I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeAddBatch
|
||||
(JNIEnv *, jclass, jint, jlong, jobjectArray, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetDeviceId
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetDeviceId
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetSource
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetSource
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeSetSource
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeSetSource
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetAction
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetAction
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeSetAction
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeSetAction
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeIsTouchEvent
|
||||
* Signature: (I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_view_MotionEvent_nativeIsTouchEvent
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetFlags
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetFlags
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeSetFlags
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeSetFlags
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetEdgeFlags
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetEdgeFlags
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeSetEdgeFlags
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeSetEdgeFlags
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetMetaState
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetMetaState
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetButtonState
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetButtonState
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeOffsetLocation
|
||||
* Signature: (IFF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeOffsetLocation
|
||||
(JNIEnv *, jclass, jint, jfloat, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetXOffset
|
||||
* Signature: (I)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_view_MotionEvent_nativeGetXOffset
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetYOffset
|
||||
* Signature: (I)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_view_MotionEvent_nativeGetYOffset
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetXPrecision
|
||||
* Signature: (I)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_view_MotionEvent_nativeGetXPrecision
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetYPrecision
|
||||
* Signature: (I)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_view_MotionEvent_nativeGetYPrecision
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetDownTimeNanos
|
||||
* Signature: (I)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_view_MotionEvent_nativeGetDownTimeNanos
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeSetDownTimeNanos
|
||||
* Signature: (IJ)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeSetDownTimeNanos
|
||||
(JNIEnv *, jclass, jint, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetPointerCount
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetPointerCount
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetPointerId
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetPointerId
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetToolType
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetToolType
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeFindPointerIndex
|
||||
* Signature: (II)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeFindPointerIndex
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetHistorySize
|
||||
* Signature: (I)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_MotionEvent_nativeGetHistorySize
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetEventTimeNanos
|
||||
* Signature: (II)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_android_view_MotionEvent_nativeGetEventTimeNanos
|
||||
(JNIEnv *, jclass, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetRawAxisValue
|
||||
* Signature: (IIII)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_view_MotionEvent_nativeGetRawAxisValue
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetAxisValue
|
||||
* Signature: (IIII)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_android_view_MotionEvent_nativeGetAxisValue
|
||||
(JNIEnv *, jclass, jint, jint, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetPointerCoords
|
||||
* Signature: (IIILandroid/view/MotionEvent/PointerCoords;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeGetPointerCoords
|
||||
(JNIEnv *, jclass, jint, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeGetPointerProperties
|
||||
* Signature: (IILandroid/view/MotionEvent/PointerProperties;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeGetPointerProperties
|
||||
(JNIEnv *, jclass, jint, jint, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_MotionEvent
|
||||
* Method: nativeScale
|
||||
* Signature: (IF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_MotionEvent_nativeScale
|
||||
(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
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
219
src/api-impl-jni/generated_headers/android_view_View.h
Normal file
219
src/api-impl-jni/generated_headers/android_view_View.h
Normal file
@@ -0,0 +1,219 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_view_View */
|
||||
|
||||
#ifndef _Included_android_view_View
|
||||
#define _Included_android_view_View
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_view_View_NO_ID
|
||||
#define android_view_View_NO_ID -1L
|
||||
#undef android_view_View_NOT_FOCUSABLE
|
||||
#define android_view_View_NOT_FOCUSABLE 0L
|
||||
#undef android_view_View_FOCUSABLE
|
||||
#define android_view_View_FOCUSABLE 1L
|
||||
#undef android_view_View_FOCUSABLE_MASK
|
||||
#define android_view_View_FOCUSABLE_MASK 1L
|
||||
#undef android_view_View_FITS_SYSTEM_WINDOWS
|
||||
#define android_view_View_FITS_SYSTEM_WINDOWS 2L
|
||||
#undef android_view_View_VISIBLE
|
||||
#define android_view_View_VISIBLE 0L
|
||||
#undef android_view_View_INVISIBLE
|
||||
#define android_view_View_INVISIBLE 4L
|
||||
#undef android_view_View_GONE
|
||||
#define android_view_View_GONE 8L
|
||||
#undef android_view_View_VISIBILITY_MASK
|
||||
#define android_view_View_VISIBILITY_MASK 12L
|
||||
#undef android_view_View_ENABLED
|
||||
#define android_view_View_ENABLED 0L
|
||||
#undef android_view_View_DISABLED
|
||||
#define android_view_View_DISABLED 32L
|
||||
#undef android_view_View_ENABLED_MASK
|
||||
#define android_view_View_ENABLED_MASK 32L
|
||||
#undef android_view_View_WILL_NOT_DRAW
|
||||
#define android_view_View_WILL_NOT_DRAW 128L
|
||||
#undef android_view_View_DRAW_MASK
|
||||
#define android_view_View_DRAW_MASK 128L
|
||||
#undef android_view_View_SCROLLBARS_NONE
|
||||
#define android_view_View_SCROLLBARS_NONE 0L
|
||||
#undef android_view_View_SCROLLBARS_HORIZONTAL
|
||||
#define android_view_View_SCROLLBARS_HORIZONTAL 256L
|
||||
#undef android_view_View_SCROLLBARS_VERTICAL
|
||||
#define android_view_View_SCROLLBARS_VERTICAL 512L
|
||||
#undef android_view_View_SCROLLBARS_MASK
|
||||
#define android_view_View_SCROLLBARS_MASK 768L
|
||||
#undef android_view_View_FILTER_TOUCHES_WHEN_OBSCURED
|
||||
#define android_view_View_FILTER_TOUCHES_WHEN_OBSCURED 1024L
|
||||
#undef android_view_View_OPTIONAL_FITS_SYSTEM_WINDOWS
|
||||
#define android_view_View_OPTIONAL_FITS_SYSTEM_WINDOWS 2048L
|
||||
#undef android_view_View_FADING_EDGE_NONE
|
||||
#define android_view_View_FADING_EDGE_NONE 0L
|
||||
#undef android_view_View_FADING_EDGE_HORIZONTAL
|
||||
#define android_view_View_FADING_EDGE_HORIZONTAL 4096L
|
||||
#undef android_view_View_FADING_EDGE_VERTICAL
|
||||
#define android_view_View_FADING_EDGE_VERTICAL 8192L
|
||||
#undef android_view_View_FADING_EDGE_MASK
|
||||
#define android_view_View_FADING_EDGE_MASK 12288L
|
||||
#undef android_view_View_CLICKABLE
|
||||
#define android_view_View_CLICKABLE 16384L
|
||||
#undef android_view_View_DRAWING_CACHE_ENABLED
|
||||
#define android_view_View_DRAWING_CACHE_ENABLED 32768L
|
||||
#undef android_view_View_SAVE_DISABLED
|
||||
#define android_view_View_SAVE_DISABLED 65536L
|
||||
#undef android_view_View_SAVE_DISABLED_MASK
|
||||
#define android_view_View_SAVE_DISABLED_MASK 65536L
|
||||
#undef android_view_View_WILL_NOT_CACHE_DRAWING
|
||||
#define android_view_View_WILL_NOT_CACHE_DRAWING 131072L
|
||||
#undef android_view_View_FOCUSABLE_IN_TOUCH_MODE
|
||||
#define android_view_View_FOCUSABLE_IN_TOUCH_MODE 262144L
|
||||
#undef android_view_View_DRAWING_CACHE_QUALITY_LOW
|
||||
#define android_view_View_DRAWING_CACHE_QUALITY_LOW 524288L
|
||||
#undef android_view_View_DRAWING_CACHE_QUALITY_HIGH
|
||||
#define android_view_View_DRAWING_CACHE_QUALITY_HIGH 1048576L
|
||||
#undef android_view_View_DRAWING_CACHE_QUALITY_AUTO
|
||||
#define android_view_View_DRAWING_CACHE_QUALITY_AUTO 0L
|
||||
#undef android_view_View_DRAWING_CACHE_QUALITY_MASK
|
||||
#define android_view_View_DRAWING_CACHE_QUALITY_MASK 1572864L
|
||||
#undef android_view_View_LONG_CLICKABLE
|
||||
#define android_view_View_LONG_CLICKABLE 2097152L
|
||||
#undef android_view_View_DUPLICATE_PARENT_STATE
|
||||
#define android_view_View_DUPLICATE_PARENT_STATE 4194304L
|
||||
#undef android_view_View_SCROLLBARS_INSIDE_OVERLAY
|
||||
#define android_view_View_SCROLLBARS_INSIDE_OVERLAY 0L
|
||||
#undef android_view_View_SCROLLBARS_INSIDE_INSET
|
||||
#define android_view_View_SCROLLBARS_INSIDE_INSET 16777216L
|
||||
#undef android_view_View_SCROLLBARS_OUTSIDE_OVERLAY
|
||||
#define android_view_View_SCROLLBARS_OUTSIDE_OVERLAY 33554432L
|
||||
#undef android_view_View_SCROLLBARS_OUTSIDE_INSET
|
||||
#define android_view_View_SCROLLBARS_OUTSIDE_INSET 50331648L
|
||||
#undef android_view_View_SCROLLBARS_INSET_MASK
|
||||
#define android_view_View_SCROLLBARS_INSET_MASK 16777216L
|
||||
#undef android_view_View_SCROLLBARS_OUTSIDE_MASK
|
||||
#define android_view_View_SCROLLBARS_OUTSIDE_MASK 33554432L
|
||||
#undef android_view_View_SCROLLBARS_STYLE_MASK
|
||||
#define android_view_View_SCROLLBARS_STYLE_MASK 50331648L
|
||||
#undef android_view_View_KEEP_SCREEN_ON
|
||||
#define android_view_View_KEEP_SCREEN_ON 67108864L
|
||||
#undef android_view_View_SOUND_EFFECTS_ENABLED
|
||||
#define android_view_View_SOUND_EFFECTS_ENABLED 134217728L
|
||||
#undef android_view_View_HAPTIC_FEEDBACK_ENABLED
|
||||
#define android_view_View_HAPTIC_FEEDBACK_ENABLED 268435456L
|
||||
#undef android_view_View_PARENT_SAVE_DISABLED
|
||||
#define android_view_View_PARENT_SAVE_DISABLED 536870912L
|
||||
#undef android_view_View_PARENT_SAVE_DISABLED_MASK
|
||||
#define android_view_View_PARENT_SAVE_DISABLED_MASK 536870912L
|
||||
#undef android_view_View_FOCUSABLES_ALL
|
||||
#define android_view_View_FOCUSABLES_ALL 0L
|
||||
#undef android_view_View_FOCUSABLES_TOUCH_MODE
|
||||
#define android_view_View_FOCUSABLES_TOUCH_MODE 1L
|
||||
#undef android_view_View_FOCUS_BACKWARD
|
||||
#define android_view_View_FOCUS_BACKWARD 1L
|
||||
#undef android_view_View_FOCUS_FORWARD
|
||||
#define android_view_View_FOCUS_FORWARD 2L
|
||||
#undef android_view_View_FOCUS_LEFT
|
||||
#define android_view_View_FOCUS_LEFT 17L
|
||||
#undef android_view_View_FOCUS_UP
|
||||
#define android_view_View_FOCUS_UP 33L
|
||||
#undef android_view_View_FOCUS_RIGHT
|
||||
#define android_view_View_FOCUS_RIGHT 66L
|
||||
#undef android_view_View_FOCUS_DOWN
|
||||
#define android_view_View_FOCUS_DOWN 130L
|
||||
#undef android_view_View_MEASURED_SIZE_MASK
|
||||
#define android_view_View_MEASURED_SIZE_MASK 16777215L
|
||||
#undef android_view_View_MEASURED_STATE_MASK
|
||||
#define android_view_View_MEASURED_STATE_MASK -16777216L
|
||||
#undef android_view_View_MEASURED_HEIGHT_STATE_SHIFT
|
||||
#define android_view_View_MEASURED_HEIGHT_STATE_SHIFT 16L
|
||||
#undef android_view_View_MEASURED_STATE_TOO_SMALL
|
||||
#define android_view_View_MEASURED_STATE_TOO_SMALL 16777216L
|
||||
#undef android_view_View_PFLAG2_DRAG_CAN_ACCEPT
|
||||
#define android_view_View_PFLAG2_DRAG_CAN_ACCEPT 1L
|
||||
#undef android_view_View_PFLAG2_DRAG_HOVERED
|
||||
#define android_view_View_PFLAG2_DRAG_HOVERED 2L
|
||||
#undef android_view_View_LAYOUT_DIRECTION_LTR
|
||||
#define android_view_View_LAYOUT_DIRECTION_LTR 0L
|
||||
#undef android_view_View_LAYOUT_DIRECTION_RTL
|
||||
#define android_view_View_LAYOUT_DIRECTION_RTL 1L
|
||||
#undef android_view_View_LAYOUT_DIRECTION_INHERIT
|
||||
#define android_view_View_LAYOUT_DIRECTION_INHERIT 2L
|
||||
#undef android_view_View_LAYOUT_DIRECTION_LOCALE
|
||||
#define android_view_View_LAYOUT_DIRECTION_LOCALE 3L
|
||||
#undef android_view_View_PFLAG2_LAYOUT_DIRECTION_MASK_SHIFT
|
||||
#define android_view_View_PFLAG2_LAYOUT_DIRECTION_MASK_SHIFT 2L
|
||||
#undef android_view_View_PFLAG2_LAYOUT_DIRECTION_MASK
|
||||
#define android_view_View_PFLAG2_LAYOUT_DIRECTION_MASK 12L
|
||||
#undef android_view_View_PFLAG2_LAYOUT_DIRECTION_RESOLVED_RTL
|
||||
#define android_view_View_PFLAG2_LAYOUT_DIRECTION_RESOLVED_RTL 16L
|
||||
#undef android_view_View_PFLAG2_LAYOUT_DIRECTION_RESOLVED
|
||||
#define android_view_View_PFLAG2_LAYOUT_DIRECTION_RESOLVED 32L
|
||||
#undef android_view_View_PFLAG2_LAYOUT_DIRECTION_RESOLVED_MASK
|
||||
#define android_view_View_PFLAG2_LAYOUT_DIRECTION_RESOLVED_MASK 48L
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: setGravity
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_setGravity
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: setOnTouchListener
|
||||
* Signature: (Landroid/view/View/OnTouchListener;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_setOnTouchListener
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: setOnClickListener
|
||||
* Signature: (Landroid/view/View/OnClickListener;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_setOnClickListener
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: getWidth
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_View_getWidth
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: getHeight
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_android_view_View_getHeight
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_constructor
|
||||
* Signature: (Landroid/content/Context;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1constructor
|
||||
(JNIEnv *, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_set_size_request
|
||||
* Signature: (II)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1set_1size_1request
|
||||
(JNIEnv *, jobject, jint, jint);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: setVisibility
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_setVisibility
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user