Searched refs:cachedBitmap (Results 1 – 1 of 1) sorted by relevance
238 Bitmap cachedBitmap = BitmapCache.getInstance().getCache(imageToken); in setBackground() local239 if (cachedBitmap != null) { in setBackground()240 mBackgroundManager.setBitmap(cachedBitmap); in setBackground()278 Bitmap cachedBitmap = BitmapCache.getInstance().getCache(imageToken); in loadBitmap() local279 if (cachedBitmap != null) { in loadBitmap()281 callback.onBitmapLoaded(cachedBitmap); in loadBitmap()