Searched refs:themeToken (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 687 protected static void applyStyle(int themeToken, int defStyleAttr, int defStyleRes, in applyStyle() argument 689 applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs, in applyStyle() 694 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() argument 700 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs, in applyStyle() 705 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() argument 707 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in applyStyle() 716 protected static boolean resolveAttrs(long themeToken, in resolveAttrs() argument 719 if (themeToken == 0) { in resolveAttrs() 756 ResTableTheme theme = Registries.NATIVE_THEME_REGISTRY.getNativeObject(themeToken); in resolveAttrs()
|
D | ShadowLegacyAssetManager.java | 950 protected static boolean applyStyle(int themeToken, int defStyleAttr, int defStyleRes, in applyStyle() argument 952 return applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs, in applyStyle() 957 protected static void applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() argument 963 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs, in applyStyle() 973 protected static boolean applyStyle(long themeToken, int defStyleAttr, int defStyleRes, in applyStyle() argument 980 protected static boolean resolveAttrs(long themeToken, in resolveAttrs() argument
|