Searched refs:applyThemeStyle (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyAssetManager.java | 913 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle() method in ShadowLegacyAssetManager 914 applyThemeStyle((long) themePtr, styleRes, force); in applyThemeStyle() 918 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle() method in ShadowLegacyAssetManager 969 applyThemeStyle(themePtr, resId, force); in applyStyleToTheme()
|
D | ShadowArscAssetManager.java | 1000 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle() method in ShadowArscAssetManager 1001 applyThemeStyle((long)themePtr, styleRes, force); in applyThemeStyle() 1005 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle() method in ShadowArscAssetManager
|