Home
last modified time | relevance | path

Searched defs:styleRes (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java1000 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle()
1001 applyThemeStyle((long)themePtr, styleRes, force); in applyThemeStyle() local
1005 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle()
DShadowLegacyAssetManager.java913 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle()
914 applyThemeStyle((long) themePtr, styleRes, force); in applyThemeStyle() local
918 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle()