Home
last modified time | relevance | path

Searched defs:theme_ptr (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1054 jlong theme_ptr, jint xml_style_res, in NativeAttributeResolutionStack()
1089 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle()
1113 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs()
1247 static void NativeThemeDestroy(jlong theme_ptr) { in NativeThemeDestroy()
1255 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle()
1271 static void NativeThemeRebase(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeRebase()
1331 static jint NativeThemeGetAttributeValue(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeGetAttributeValue()
1355 static void NativeThemeDump(JNIEnv* /*env*/, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeDump()
1369 jlong theme_ptr) { in NativeThemeGetChangingConfigurations()