Searched defs:themeInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp822 jint themeInt)
824 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
829 jint themeInt,
833 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
846 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve)
848 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
869 jint themeInt, jint pri,
872 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
821 android_content_AssetManager_deleteTheme(JNIEnv* env, jobject clazz, jint themeInt) argument
828 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jint themeInt, jint styleRes, jboolean force) argument
845 android_content_AssetManager_loadThemeAttributeValue( JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve) argument
868 android_content_AssetManager_dumpTheme(JNIEnv* env, jobject clazz, jint themeInt, jint pri, jstring tag, jstring prefix) argument

Completed in 21 milliseconds