Home
last modified time | relevance | path

Searched refs:themeHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp967 jlong themeHandle) in android_content_AssetManager_deleteTheme() argument
969 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_deleteTheme()
974 jlong themeHandle, in android_content_AssetManager_applyThemeStyle() argument
978 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() argument
992 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() argument
999 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_loadThemeAttributeValue()
1020 jlong themeHandle) in android_content_AssetManager_getThemeChangingConfigurations() argument
1022 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_getThemeChangingConfigurations()
[all …]