Searched defs:themePtr (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyAssetManager.java | 352 public boolean getThemeValue(int themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue() 357 public boolean getThemeValue(long themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue() 880 public void releaseTheme(int themePtr) { in releaseTheme() 884 private static NativeTheme getNativeTheme(long themePtr) { in getNativeTheme() 896 public void releaseTheme(long themePtr) { in releaseTheme() 913 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle() 918 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle() 968 protected void applyStyleToTheme(long themePtr, int resId, boolean force) { in applyStyleToTheme()
|
D | ShadowArscAssetManager.java | 1000 public static void applyThemeStyle(int themePtr, int styleRes, boolean force) { in applyThemeStyle() 1005 public static void applyThemeStyle(long themePtr, int styleRes, boolean force) { in applyThemeStyle()
|
D | ShadowArscAssetManager10.java | 1556 protected static void nativeThemeClear(long themePtr) { in nativeThemeClear()
|
D | ShadowArscAssetManager9.java | 1554 protected static void nativeThemeClear(long themePtr) { in nativeThemeClear()
|