Searched refs:themeHandle (Results 1 – 1 of 1) sorted by relevance
1042 jlong themeHandle) in android_content_AssetManager_deleteTheme() argument1044 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_deleteTheme()1049 jlong themeHandle, in android_content_AssetManager_applyThemeStyle() argument1053 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_applyThemeStyle()1065 static void android_content_AssetManager_clearTheme(JNIEnv* env, jobject clazz, jlong themeHandle) in android_content_AssetManager_clearTheme() argument1067 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_clearTheme()1072 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue() argument1074 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_loadThemeAttributeValue()1095 jlong themeHandle) in android_content_AssetManager_getThemeChangingConfigurations() argument1097 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_getThemeChangingConfigurations()[all …]