Searched refs:styleRes (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 1000 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle() argument 1001 applyThemeStyle((long)themePtr, styleRes, force); in applyThemeStyle() local 1005 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle() argument 1006 Registries.NATIVE_THEME_REGISTRY.getNativeObject(themePtr).applyStyle(styleRes, force); in applyThemeStyle()
|
D | ShadowLegacyAssetManager.java | 913 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle() argument 914 applyThemeStyle((long) themePtr, styleRes, force); in applyThemeStyle() local 918 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle() argument 920 Style style = nativeTheme.getShadowAssetManager().resolveStyle(styleRes, null); in applyThemeStyle()
|