Home
last modified time | relevance | path

Searched refs:mCenterDrawable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java97 private Drawable mCenterDrawable; field in PendingAppWidgetHostView
140 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 …]