Searched refs:mBitmapDrawable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DQuickContactImageView.java26 private BitmapDrawable mBitmapDrawable; field in class:QuickContactImageView
48 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null
49 || mBitmapDrawable.getBitmap().hasAlpha()) {
86 mBitmapDrawable = bitmapDrawable;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImageView.java49 private BitmapDrawable mBitmapDrawable; field in class:TransitionImageView
117 if (mBitmapDrawable instanceof RefcountBitmapDrawable) {
118 ((RefcountBitmapDrawable) mBitmapDrawable).getRefcountObject().releaseRef();
124 mBitmapDrawable = mSrc.getBitmap();
125 mBitmapDrawable.mutate();
143 mBitmapDrawable.setAlpha((int) (mSrc.getAlpha() * 255));
147 mBitmapDrawable.setColorFilter(new ColorMatrixColorFilter(mColorMatrix));
241 mBitmapDrawable.setBounds(mUnclipRect);
252 mBitmapDrawable.setAlpha(alpha);
259 mBitmapDrawable
[all...]

Completed in 1082 milliseconds