Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java130 private FolderDotInfo mDotInfo = new FolderDotInfo(); field in FolderIcon
501 updateDotScale(mDotInfo.hasDot(), dotInfo.hasDot()); in setDotInfo()
502 mDotInfo = dotInfo; in setDotInfo()
558 return mDotInfo != null && mDotInfo.hasDot(); in hasDot()
624 if (!mForceHideDot && ((mDotInfo != null && mDotInfo.hasDot()) || mDotScale > 0)) { in drawDot()
705 boolean wasDotted = mDotInfo.hasDot(); in onAdd()
706 mDotInfo.addDotInfo(mActivity.getDotInfoForItem(item)); in onAdd()
707 boolean isDotted = mDotInfo.hasDot(); in onAdd()
717 boolean wasDotted = mDotInfo.hasDot(); in onRemove()
718 items.stream().map(mActivity::getDotInfoForItem).forEach(mDotInfo::subtractDotInfo); in onRemove()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java178 private DotInfo mDotInfo; field in BubbleTextView
316 mDotInfo = null; in reset()
724 return mDotInfo != null; in hasDot()
1036 boolean wasDotted = mDotInfo != null; in applyDotState()
1037 mDotInfo = mActivity.getDotInfoForItem(itemInfo); in applyDotState()
1038 boolean isDotted = mDotInfo != null; in applyDotState()
1060 int count = mDotInfo.getNotificationCount(); in applyDotState()