Searched refs:mBitmapDrawable (Results 1 – 2 of 2) sorted by relevance
25 private BitmapDrawable mBitmapDrawable; field in QuickContactImageView42 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null in setTint()43 || mBitmapDrawable.getBitmap().hasAlpha()) { in setTint()80 mBitmapDrawable = bitmapDrawable; in setImageDrawable()
48 BitmapDrawable mBitmapDrawable; field in NotificationInlineImageResolverTest55 mBitmapDrawable = new BitmapDrawable(mContext.getResources(), mBitmap); in setup()