Searched refs:mSettingIconDrawable (Results 1 – 1 of 1) sorted by relevance
59 private Drawable mSettingIconDrawable; field in PendingAppWidgetHostView141 mSettingIconDrawable = null; in reapplyItemInfo()144 mSettingIconDrawable = getResources().getDrawable(R.drawable.ic_setting).mutate(); in reapplyItemInfo()149 mSettingIconDrawable = null; in reapplyItemInfo()164 mSettingIconDrawable.setColorFilter(Color.HSVToColor(hsv), PorterDuff.Mode.SRC_IN); in updateSettingColor()215 if (mSettingIconDrawable == null) { in updateDrawableBounds()270 mSettingIconDrawable.setBounds(mRect); in updateDrawableBounds()293 if (mSettingIconDrawable != null) { in onDraw()294 mSettingIconDrawable.draw(canvas); in onDraw()