Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java66 private Drawable mSettingIconDrawable; field in PendingAppWidgetHostView
166 mSettingIconDrawable = null; in reapplyItemInfo()
171 mSettingIconDrawable = getResources().getDrawable(R.drawable.ic_setting).mutate(); in reapplyItemInfo()
177 mSettingIconDrawable = null; in reapplyItemInfo()
192 mSettingIconDrawable.setColorFilter(Color.HSVToColor(hsv), PorterDuff.Mode.SRC_IN); in updateSettingColor()
243 if (mSettingIconDrawable == null) { in updateDrawableBounds()
298 mSettingIconDrawable.setBounds(mRect); in updateDrawableBounds()
321 if (mSettingIconDrawable != null) { in onDraw()
322 mSettingIconDrawable.draw(canvas); in onDraw()