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

  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 57 private final WeakHashMap<Bitmap, Pair<Boolean, Integer>> mGrayscaleBitmapCache =
91 Pair<Boolean, Integer> cached = mGrayscaleBitmapCache.get(bitmap);
109 mGrayscaleBitmapCache.put(bitmap, Pair.create(result, generationId));
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 35 milliseconds