Searched refs:bitmapDrawable (Results 1 – 5 of 5) sorted by relevance
61 BitmapDrawable bitmapDrawable = null; in onDraw() local65 bitmapDrawable = (BitmapDrawable) drawable.getCurrent(); in onDraw()68 bitmapDrawable = (BitmapDrawable) drawable; in onDraw()71 if (bitmapDrawable == null) { in onDraw()74 Bitmap bitmap = bitmapDrawable.getBitmap(); in onDraw()
81 BitmapDrawable bitmapDrawable = (BitmapDrawable) icon; in createIconBitmap() local82 Bitmap bitmap = bitmapDrawable.getBitmap(); in createIconBitmap()84 bitmapDrawable.setTargetDensity(mDisplayMetrics); in createIconBitmap()
440 private Bitmap getBitmapFromDrawable(BitmapDrawable bitmapDrawable) { in getBitmapFromDrawable() argument441 Bitmap bitmap = bitmapDrawable.getBitmap(); in getBitmapFromDrawable()442 final int scaledWidth = bitmapDrawable.getIntrinsicWidth(); in getBitmapFromDrawable()443 final int scaledHeight = bitmapDrawable.getIntrinsicHeight(); in getBitmapFromDrawable()525 BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; in loadResource() local526 final Bitmap bitmap = getBitmapFromDrawable(bitmapDrawable); in loadResource()
308 BitmapDrawable bitmapDrawable = (BitmapDrawable) icon; in createIconBitmap() local309 Bitmap b = bitmapDrawable.getBitmap(); in createIconBitmap()311 bitmapDrawable.setTargetDensity(mContext.getResources().getDisplayMetrics()); in createIconBitmap()
2820 BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; in getBadgedDrawable() local2821 mergedDrawable.setTargetDensity(bitmapDrawable.getBitmap().getDensity()); in getBadgedDrawable()