Searched refs:mIconDrawable (Results 1 – 4 of 4) sorted by relevance
51 private AdaptiveIconDrawable mIconDrawable; field in AdaptiveIconDrawableTest62 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testDraw_withoutBounds()71 mIconDrawable.draw(can1); in testDraw_withoutBounds()92 …mIconDrawable = (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 …]
50 private Drawable mIconDrawable; field in ActionMenuItem97 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()
65 private Drawable mIconDrawable; field in MenuItemImpl471 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()
100549 Lcom/android/internal/view/menu/MenuItemImpl;->mIconDrawable:Landroid/graphics/drawable/Drawable;