Searched refs:roundedDrawable (Results 1 – 2 of 2) sorted by relevance
385 RoundedBitmapDrawable roundedDrawable = in generateQuickContactIcon() local387 roundedDrawable.setAntiAlias(true); in generateQuickContactIcon()388 roundedDrawable.setCornerRadius(mIconSize / 2); in generateQuickContactIcon()391 roundedDrawable.setBounds(dst); in generateQuickContactIcon()392 roundedDrawable.draw(canvas); in generateQuickContactIcon()
1272 RoundedBitmapDrawable roundedDrawable = RoundedBitmapDrawableFactory.create( in getPersonIconBitmap() local1274 Drawable personDrawable = storyIcon.getPeopleTileDrawable(roundedDrawable, in getPersonIconBitmap()