Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DCircularImageView.java61 BitmapDrawable bitmapDrawable = null; in onDraw() local
65 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()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatProgressBarHelper.java99 final BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; in tileify() local
100 final Bitmap tileBitmap = bitmapDrawable.getBitmap(); in tileify()
109 shapeDrawable.getPaint().setColorFilter(bitmapDrawable.getPaint().getColorFilter()); in tileify()
/frameworks/base/services/core/java/com/android/server/policy/
DIconUtilities.java115 BitmapDrawable bitmapDrawable = (BitmapDrawable) icon; in createIconBitmap() local
116 Bitmap bitmap = bitmapDrawable.getBitmap(); in createIconBitmap()
118 bitmapDrawable.setTargetDensity(mDisplayMetrics); in createIconBitmap()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBackgroundManager.java1074 BitmapDrawable bitmapDrawable = new BitmapDrawable(mContext.getResources(), bitmap, matrix); in setBitmap() local
1076 setDrawableInternal(bitmapDrawable); in setBitmap()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2344 BitmapDrawable bitmapDrawable = (BitmapDrawable) drawable; in getBadgedDrawable() local
2345 mergedDrawable.setTargetDensity(bitmapDrawable.getBitmap().getDensity()); in getBadgedDrawable()