Searched defs:theme_ptr (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_AssetManager.cpp | 1056 jlong theme_ptr, jint xml_style_res, in NativeAttributeResolutionStack() 1091 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle() 1115 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs() 1249 static void NativeThemeDestroy(jlong theme_ptr) { in NativeThemeDestroy() 1257 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle() 1273 static void NativeThemeRebase(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeRebase() 1333 static jint NativeThemeGetAttributeValue(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeGetAttributeValue() 1357 static void NativeThemeDump(JNIEnv* /*env*/, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeDump() 1371 jlong theme_ptr) { in NativeThemeGetChangingConfigurations()
|