Home
last modified time | relevance | path

Searched defs:theme_ptr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowArscAssetManager9.java1353 long theme_ptr, in nativeApplyStyle()
1377 long theme_ptr, in nativeApplyStyle_measured()
1424 long theme_ptr, in nativeResolveAttrs()
1577 protected static void nativeThemeDestroy(long theme_ptr) { in nativeThemeDestroy()
1585 long ptr, long theme_ptr, @StyleRes int resid, boolean force) { in nativeThemeApplyStyle()
1647 long theme_ptr, in nativeThemeGetAttributeValue()
1678 long ptr, long theme_ptr, int priority, String tag, String prefix) { in nativeThemeDump()
1692 protected static @NativeConfig int nativeThemeGetChangingConfigurations(long theme_ptr) { in nativeThemeGetChangingConfigurations()
H A DShadowArscAssetManager10.java1373 long theme_ptr, in nativeApplyStyle()
1397 long theme_ptr, in nativeApplyStyle_measured()
1444 long theme_ptr, in nativeResolveAttrs()
1597 protected static void nativeThemeDestroy(long theme_ptr) { in nativeThemeDestroy()
1611 long ptr, long theme_ptr, @StyleRes int resid, boolean force) { in nativeThemeApplyStyle()
1674 long theme_ptr, in nativeThemeGetAttributeValue()
1705 long ptr, long theme_ptr, int priority, String tag, String prefix) { in nativeThemeDump()
1719 protected static @NativeConfig int nativeThemeGetChangingConfigurations(long theme_ptr) { in nativeThemeGetChangingConfigurations()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1142 jlong theme_ptr, jint xml_style_res, in NativeAttributeResolutionStack()
1183 static void NativeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyle()
1208 static void NativeApplyStyleWithArray(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeApplyStyleWithArray()
1229 static jboolean NativeResolveAttrs(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeResolveAttrs()
1364 static void NativeThemeDestroy(jlong theme_ptr) { in NativeThemeDestroy()
1372 static void NativeThemeApplyStyle(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeApplyStyle()
1388 static void NativeThemeRebase(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeRebase()
1448 static jint NativeThemeGetAttributeValue(JNIEnv* env, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeGetAttributeValue()
1473 static void NativeThemeDump(JNIEnv* /*env*/, jclass /*clazz*/, jlong ptr, jlong theme_ptr, in NativeThemeDump()
1487 jlong theme_ptr) { in NativeThemeGetChangingConfigurations()