Searched refs:mBitmapDrawable (Results 1 – 2 of 2) sorted by relevance
49 private BitmapDrawable mBitmapDrawable; field in TransitionImageView117 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 …]
26 private BitmapDrawable mBitmapDrawable; field in QuickContactImageView48 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null in setTint()49 || mBitmapDrawable.getBitmap().hasAlpha()) { in setTint()86 mBitmapDrawable = bitmapDrawable; in setImageDrawable()