Searched refs:mSettingIconDrawable (Results 1 – 1 of 1) sorted by relevance
66 private Drawable mSettingIconDrawable; field in PendingAppWidgetHostView166 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()