Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DUtilities.java109 BitmapDrawable bitmapDrawable = (BitmapDrawable) icon; in createIconBitmap() local
110 Bitmap bitmap = bitmapDrawable.getBitmap(); in createIconBitmap()
112 bitmapDrawable.setTargetDensity(context.getResources().getDisplayMetrics()); in createIconBitmap()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java145 BitmapDrawable bitmapDrawable = (BitmapDrawable) icon; in createIconBitmap() local
146 Bitmap bitmap = bitmapDrawable.getBitmap(); in createIconBitmap()
148 bitmapDrawable.setTargetDensity(context.getResources().getDisplayMetrics()); in createIconBitmap()
/packages/apps/Settings/src/com/android/settings/
DActivityPicker.java368 BitmapDrawable bitmapDrawable = (BitmapDrawable) icon; in createIconThumbnail() local
369 Bitmap bitmap = bitmapDrawable.getBitmap(); in createIconThumbnail()
371 bitmapDrawable.setTargetDensity(mMetrics); in createIconThumbnail()