Home
last modified time | relevance | path

Searched refs:unusedBitmap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWidgetPreviewLoader.java622 Bitmap unusedBitmap = null; in doInBackground() local
634 unusedBitmap = candidate; in doInBackground()
635 mUnusedBitmaps.remove(unusedBitmap); in doInBackground()
642 if (unusedBitmap == null) { in doInBackground()
643 unusedBitmap = Bitmap.createBitmap(mPreviewWidth, mPreviewHeight, Config.ARGB_8888); in doInBackground()
647 return unusedBitmap; in doInBackground()
649 Bitmap preview = readFromDb(mKey, unusedBitmap, this); in doInBackground()
661 Pair<Bitmap, Boolean> pair = generatePreview(mActivity, mInfo, unusedBitmap, in doInBackground()