Searched refs:theme_ptr (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1184 jlong theme_ptr, jint xml_style_res, in NativeAttributeResolutionStack() argument 1188 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeAttributeResolutionStack() 1222 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle() argument 1226 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeApplyStyle() 1246 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs() argument 1301 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeResolveAttrs() 1378 static void NativeThemeDestroy(JNIEnv* /*env*/, jclass /*clazz*/, jlong theme_ptr) { in NativeThemeDestroy() argument 1379 delete reinterpret_cast<Theme*>(theme_ptr); in NativeThemeDestroy() 1382 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle() argument 1386 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeThemeApplyStyle() [all …]
|