Home
last modified time | relevance | path

Searched refs:mIconDrawable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DAdaptiveIconDrawableTest.java51 private AdaptiveIconDrawable mIconDrawable; field in AdaptiveIconDrawableTest
62 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testDraw_withoutBounds()
71 mIconDrawable.draw(can1); in testDraw_withoutBounds()
92mIconDrawable = (AdaptiveIconDrawable) getContext().getResources().getDrawable(android.R.drawable.… in testDraw_withBounds()
97 mIconDrawable.setBounds(0, 0, width, height); in testDraw_withBounds()
98 mIconDrawable.draw(can_org); in testDraw_withBounds()
104 mIconDrawable.setBounds(left, top, right, bottom); in testDraw_withBounds()
106 mIconDrawable.draw(can_test); in testDraw_withBounds()
132 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testGetIconMask_withoutBounds()
133 Path pathFromDrawable = mIconDrawable.getIconMask(); in testGetIconMask_withoutBounds()
[all …]
/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenuItem.java50 private Drawable mIconDrawable; field in ActionMenuItem
97 return mIconDrawable; in getIcon()
188 mIconDrawable = icon; in setIcon()
197 mIconDrawable = mContext.getDrawable(iconRes); in setIcon()
236 if (mIconDrawable != null && (mHasIconTint || mHasIconTintMode)) { in applyIconTint()
237 mIconDrawable = mIconDrawable.mutate(); in applyIconTint()
240 mIconDrawable.setTintList(mIconTintList); in applyIconTint()
244 mIconDrawable.setTintMode(mIconTintMode); in applyIconTint()
DMenuItemImpl.java65 private Drawable mIconDrawable; field in MenuItemImpl
471 if (mIconDrawable != null) { in getIcon()
472 return applyIconTintIfNecessary(mIconDrawable); in getIcon()
478 mIconDrawable = icon; in getIcon()
487 mIconDrawable = icon; in setIcon()
495 mIconDrawable = null; in setIcon()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt100549 Lcom/android/internal/view/menu/MenuItemImpl;->mIconDrawable:Landroid/graphics/drawable/Drawable;