Searched refs:mSettingIconDrawable (Results 1 – 1 of 1) sorted by relevance
56 private Drawable mSettingIconDrawable; field in PendingAppWidgetHostView138 mSettingIconDrawable = null; in updateIcon()141 mSettingIconDrawable = getResources().getDrawable(R.drawable.ic_setting).mutate(); in updateIcon()153 mSettingIconDrawable = null; in updateIcon()169 mSettingIconDrawable.setColorFilter(color, PorterDuff.Mode.SRC_IN); in updateSettingColor()210 if (mSettingIconDrawable == null) { in updateDrawableBounds()268 mSettingIconDrawable.setBounds(mRect); in updateDrawableBounds()291 if (mSettingIconDrawable != null) { in onDraw()292 mSettingIconDrawable.draw(canvas); in onDraw()