Home
last modified time | relevance | path

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

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