Home
last modified time | relevance | path

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

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