HomeSort by relevance Sort by last modified time
    Searched refs:NativeTheme (Results 1 - 4 of 4) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetManager.java 102 private static final Map<Long, NativeTheme> nativeThemes = new HashMap<>();
108 class NativeTheme {
111 public NativeTheme(ThemeStyleSet themeStyleSet) {
734 nativeThemes.put(nativePtr, new NativeTheme(new ThemeStyleSet()));
739 private static NativeTheme getNativeTheme(Resources.Theme theme) {
743 private static NativeTheme getNativeTheme(long themePtr) {
744 NativeTheme nativeTheme;
746 nativeTheme = nativeThemes.get(themePtr);
748 if (nativeTheme == null)
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 67 milliseconds