Searched refs:theme_ptr (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1032 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle() argument 1036 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeApplyStyle() 1056 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs() argument 1111 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeResolveAttrs() 1188 static void NativeThemeDestroy(JNIEnv* /*env*/, jclass /*clazz*/, jlong theme_ptr) { in NativeThemeDestroy() argument 1189 delete reinterpret_cast<Theme*>(theme_ptr); in NativeThemeDestroy() 1192 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle() argument 1196 Theme* theme = reinterpret_cast<Theme*>(theme_ptr); in NativeThemeApplyStyle() 1217 static void NativeThemeClear(JNIEnv* /*env*/, jclass /*clazz*/, jlong theme_ptr) { in NativeThemeClear() argument 1218 reinterpret_cast<Theme*>(theme_ptr)->Clear(); in NativeThemeClear() [all …]
|