Searched refs:mSettingIconDrawable (Results 1 – 1 of 1) sorted by relevance
98 private Drawable mSettingIconDrawable; field in PendingAppWidgetHostView316 mSettingIconDrawable = null; in reapplyItemInfo()321 mSettingIconDrawable = getResources().getDrawable(R.drawable.ic_setting).mutate(); in reapplyItemInfo()329 mSettingIconDrawable = null; in reapplyItemInfo()344 mSettingIconDrawable.setColorFilter(Color.HSVToColor(hsv), PorterDuff.Mode.SRC_IN); in updateSettingColor()440 if (mSettingIconDrawable != null) { in updateDrawableBounds()445 mSettingIconDrawable.setBounds(mRect); in updateDrawableBounds()477 if (mSettingIconDrawable != null) { in onDraw()478 mSettingIconDrawable.draw(canvas); in onDraw()