Searched defs:theme_ptr (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_AssetManager.cpp | 1114 jlong theme_ptr, jint xml_style_res, in NativeAttributeResolutionStack() 1148 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle() 1172 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs() 1307 static void NativeThemeDestroy(jlong theme_ptr) { in NativeThemeDestroy() 1315 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle() 1331 static void NativeThemeRebase(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeRebase() 1391 static jint NativeThemeGetAttributeValue(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeGetAttributeValue() 1416 static void NativeThemeDump(JNIEnv* /*env*/, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeDump() 1430 jlong theme_ptr) { in NativeThemeGetChangingConfigurations()
|