Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java355 RoundedBitmapDrawable roundedDrawable = in generateQuickContactIcon() local
357 roundedDrawable.setAntiAlias(true); in generateQuickContactIcon()
358 roundedDrawable.setCornerRadius(mIconSize / 2); in generateQuickContactIcon()
361 roundedDrawable.setBounds(dst); in generateQuickContactIcon()
362 roundedDrawable.draw(canvas); in generateQuickContactIcon()