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.cpp1184 jlong theme_ptr, jint xml_style_res, in NativeAttributeResolutionStack()
1222 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle()
1246 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs()
1378 static void NativeThemeDestroy(JNIEnv* /*env*/, jclass /*clazz*/, jlong theme_ptr) { in NativeThemeDestroy()
1382 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle()
1417 static void NativeThemeClear(JNIEnv* /*env*/, jclass /*clazz*/, jlong theme_ptr) { in NativeThemeClear()
1421 static jint NativeThemeGetAttributeValue(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeGetAttributeValue()
1448 static void NativeThemeDump(JNIEnv* /*env*/, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeDump()
1462 jlong theme_ptr) { in NativeThemeGetChangingConfigurations()