Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java359 Bitmap roundedBitmap = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888); in generateQuickContactIcon() local
360 canvas.setBitmap(roundedBitmap); in generateQuickContactIcon()
365 return roundedBitmap; in generateQuickContactIcon()