HomeSort by relevance Sort by last modified time
    Searched refs:nativeThemes (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<>();
732 synchronized (nativeThemes) {
734 nativeThemes.put(nativePtr, new NativeTheme(new ThemeStyleSet()));
745 synchronized (nativeThemes) {
746 nativeTheme = nativeThemes.get(themePtr);
761 synchronized (nativeThemes) {
762 nativeThemes.remove(themePtr);
    [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 78 milliseconds