Searched defs:mGrayscaleBitmapCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java59 private final WeakHashMap<Bitmap, Pair<Boolean, Integer>> mGrayscaleBitmapCache = field in class:NotificationColorUtil
93 Pair<Boolean, Integer> cached = mGrayscaleBitmapCache.get(bitmap);
111 mGrayscaleBitmapCache.put(bitmap, Pair.create(result, generationId));

Completed in 52 milliseconds