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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp828 jint themeInt)
830 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
835 jint themeInt,
839 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
852 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve)
854 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
875 jint themeInt, jint pri,
878 ResTable::Theme* theme = (ResTable::Theme*)themeInt;
827 android_content_AssetManager_deleteTheme(JNIEnv* env, jobject clazz, jint themeInt) argument
834 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jint themeInt, jint styleRes, jboolean force) argument
851 android_content_AssetManager_loadThemeAttributeValue( JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve) argument
874 android_content_AssetManager_dumpTheme(JNIEnv* env, jobject clazz, jint themeInt, jint pri, jstring tag, jstring prefix) argument

Completed in 667 milliseconds