Searched refs:mCenterDrawable (Results 1 – 1 of 1) sorted by relevance
97 private Drawable mCenterDrawable; field in PendingAppWidgetHostView140 mCenterDrawable = new ColorDrawable(Color.TRANSPARENT); in PendingAppWidgetHostView()294 if (mCenterDrawable != null) { in reapplyItemInfo()295 mCenterDrawable.setCallback(null); in reapplyItemInfo()296 mCenterDrawable = null; in reapplyItemInfo()311 mCenterDrawable = disabledIcon; in reapplyItemInfo()314 mCenterDrawable = widgetCategoryIcon; in reapplyItemInfo()318 mCenterDrawable = widgetCategoryIcon == null in reapplyItemInfo()326 mCenterDrawable = widgetCategoryIcon == null in reapplyItemInfo()332 mCenterDrawable.setCallback(this); in reapplyItemInfo()[all …]