Searched refs:themeHandle (Results 1 – 1 of 1) sorted by relevance
967 jlong themeHandle) in android_content_AssetManager_deleteTheme() argument969 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_deleteTheme()974 jlong themeHandle, in android_content_AssetManager_applyThemeStyle() argument978 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_applyThemeStyle()990 static void android_content_AssetManager_clearTheme(JNIEnv* env, jobject clazz, jlong themeHandle) in android_content_AssetManager_clearTheme() argument992 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_clearTheme()997 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue() argument999 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_loadThemeAttributeValue()1020 jlong themeHandle) in android_content_AssetManager_getThemeChangingConfigurations() argument1022 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_getThemeChangingConfigurations()[all …]