Searched refs:mGrayscaleBitmapCache (Results 1 – 1 of 1) sorted by relevance
51 private final WeakHashMap<Bitmap, Pair<Boolean, Integer>> mGrayscaleBitmapCache = field in NotificationColorUtil85 Pair<Boolean, Integer> cached = mGrayscaleBitmapCache.get(bitmap); in isGrayscaleIcon()103 mGrayscaleBitmapCache.put(bitmap, Pair.create(result, generationId)); in isGrayscaleIcon()