Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DIconFactory.java143 RoundedBitmapDrawable roundedBitmapDrawable = in createCircularDrawable() local
145 roundedBitmapDrawable.setCircular(true); in createCircularDrawable()
146 roundedBitmapDrawable.setAntiAlias(true); in createCircularDrawable()
147 return roundedBitmapDrawable; in createCircularDrawable()