Searched refs:mCenterDrawable (Results 1 – 1 of 1) sorted by relevance
65 private Drawable mCenterDrawable; field in PendingAppWidgetHostView146 if (mCenterDrawable != null) { in reapplyItemInfo()147 mCenterDrawable.setCallback(null); in reapplyItemInfo()148 mCenterDrawable = null; in reapplyItemInfo()160 mCenterDrawable = disabledIcon; in reapplyItemInfo()180 mCenterDrawable.setCallback(this); in reapplyItemInfo()201 if (mCenterDrawable != null) { in applyState()249 mCenterDrawable.setBounds(mRect); in updateDrawableBounds()292 mCenterDrawable.setBounds(mRect); in updateDrawableBounds()310 if (mCenterDrawable == null) { in onDraw()[all …]