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

  /frameworks/base/core/java/android/content/res/
ResourcesImpl.java 85 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables;
124 sPreloadedDrawables = new LongSparseArray[2];
125 sPreloadedDrawables[0] = new LongSparseArray<>();
126 sPreloadedDrawables[1] = new LongSparseArray<>();
562 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key);
631 sPreloadedDrawables[0].put(key, cs);
632 sPreloadedDrawables[1].put(key, cs);
635 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 40 milliseconds