Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DQuickContactImageView.java25 private BitmapDrawable mBitmapDrawable; field in QuickContactImageView
42 if (mBitmapDrawable == null || mBitmapDrawable.getBitmap() == null in setTint()
43 || mBitmapDrawable.getBitmap().hasAlpha()) { in setTint()
80 mBitmapDrawable = bitmapDrawable; in setImageDrawable()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInlineImageResolverTest.java48 BitmapDrawable mBitmapDrawable; field in NotificationInlineImageResolverTest
55 mBitmapDrawable = new BitmapDrawable(mContext.getResources(), mBitmap); in setup()