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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp809 jint themeInt)
811 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
816 jint themeInt,
820 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
833 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve)
835 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
856 jint themeInt, jint pri,
859 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
808 android_content_AssetManager_deleteTheme(JNIEnv* env, jobject clazz, jint themeInt) argument
815 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jint themeInt, jint styleRes, jboolean force) argument
832 android_content_AssetManager_loadThemeAttributeValue( JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve) argument
855 android_content_AssetManager_dumpTheme(JNIEnv* env, jobject clazz, jint themeInt, jint pri, jstring tag, jstring prefix) argument

Completed in 198 milliseconds