Searched refs:roundedBitmapDrawable (Results 1 – 4 of 4) sorted by relevance
160 RoundedBitmapDrawable roundedBitmapDrawable = createFromBitmap( in onContactChanged()162 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged()167 RoundedBitmapDrawable roundedBitmapDrawable = createFromLetterTile( in onContactChanged()169 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged()209 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createFromBitmap() local214 roundedBitmapDrawable.setCornerRadius(radius); in createFromBitmap()215 return roundedBitmapDrawable; in createFromBitmap()
143 RoundedBitmapDrawable roundedBitmapDrawable = in createCircularDrawable() local145 roundedBitmapDrawable.setCircular(true); in createCircularDrawable()146 roundedBitmapDrawable.setAntiAlias(true); in createCircularDrawable()147 return roundedBitmapDrawable; in createCircularDrawable()
68 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in loadContactAvatar() local73 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in loadContactAvatar()
622 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local624 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()629 public static Icon createFromRoundedBitmapDrawable(RoundedBitmapDrawable roundedBitmapDrawable, in createFromRoundedBitmapDrawable() argument632 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable()637 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable()638 roundedBitmapDrawable.draw(canvas); in createFromRoundedBitmapDrawable()