Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1042 jlong themeHandle) in android_content_AssetManager_deleteTheme() argument
1044 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_deleteTheme()
1049 jlong themeHandle, in android_content_AssetManager_applyThemeStyle() argument
1053 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() argument
1067 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() argument
1074 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_loadThemeAttributeValue()
1095 jlong themeHandle) in android_content_AssetManager_getThemeChangingConfigurations() argument
1097 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); in android_content_AssetManager_getThemeChangingConfigurations()
[all …]