Searched refs:theme_ptr (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager9.java | 1323 protected static void nativeApplyStyle(long ptr, long theme_ptr, @AttrRes int def_style_attr, in nativeApplyStyle() argument 1327 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle() 1356 protected static boolean nativeResolveAttrs(long ptr, long theme_ptr, in nativeResolveAttrs() argument 1409 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs() 1492 protected static void nativeThemeDestroy(long theme_ptr) { in nativeThemeDestroy() argument 1493 Registries.NATIVE_THEME9_REGISTRY.unregister(theme_ptr); in nativeThemeDestroy() 1499 protected static void nativeThemeApplyStyle(long ptr, long theme_ptr, @StyleRes int resid, in nativeThemeApplyStyle() argument 1503 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle() 1562 protected static int nativeThemeGetAttributeValue(long ptr, long theme_ptr, in nativeThemeGetAttributeValue() argument 1565 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetAttributeValue() [all …]
|
D | ShadowArscAssetManager10.java | 1327 protected static void nativeApplyStyle(long ptr, long theme_ptr, @AttrRes int def_style_attr, in nativeApplyStyle() argument 1331 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeApplyStyle() 1360 protected static boolean nativeResolveAttrs(long ptr, long theme_ptr, in nativeResolveAttrs() argument 1413 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeResolveAttrs() 1496 protected static void nativeThemeDestroy(long theme_ptr) { in nativeThemeDestroy() argument 1497 Registries.NATIVE_THEME9_REGISTRY.unregister(theme_ptr); in nativeThemeDestroy() 1503 protected static void nativeThemeApplyStyle(long ptr, long theme_ptr, @StyleRes int resid, in nativeThemeApplyStyle() argument 1507 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeApplyStyle() 1564 protected static int nativeThemeGetAttributeValue(long ptr, long theme_ptr, in nativeThemeGetAttributeValue() argument 1567 Theme theme = Registries.NATIVE_THEME9_REGISTRY.getNativeObject(theme_ptr); in nativeThemeGetAttributeValue() [all …]
|