Searched refs:createBitmapFromDrawable (Results 1 – 2 of 2) sorted by relevance
35 return Icon.createWithBitmap(createBitmapFromDrawable(drawable)); in createIconFromDrawable()41 public static Bitmap createBitmapFromDrawable(Drawable drawable) { in createBitmapFromDrawable() method in DrawableUtil
469 Bitmap bitmap = createBitmapFromDrawable(R.drawable.ic_avatar_default); in doInBackground()489 private Bitmap createBitmapFromDrawable(@DrawableRes int resId) { in createBitmapFromDrawable() method in SecurityFragment.CreateRestrictedProfileTask