Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java389 Bitmap roundedBitmap = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888); in generateQuickContactIcon() local
390 canvas.setBitmap(roundedBitmap); in generateQuickContactIcon()
395 return roundedBitmap; in generateQuickContactIcon()