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.java116 private FolderDotInfo mDotInfo = new FolderDotInfo(); field in FolderIcon
408 updateDotScale(mDotInfo.hasDot(), dotInfo.hasDot()); in setDotInfo()
409 mDotInfo = dotInfo; in setDotInfo()
465 return mDotInfo != null && mDotInfo.hasDot(); in hasDot()
530 if (!mForceHideDot && ((mDotInfo != null && mDotInfo.hasDot()) || mDotScale > 0)) { in drawDot()
590 boolean wasDotted = mDotInfo.hasDot(); in onAdd()
591 mDotInfo.addDotInfo(mLauncher.getDotInfoForItem(item)); in onAdd()
592 boolean isDotted = mDotInfo.hasDot(); in onAdd()
600 boolean wasDotted = mDotInfo.hasDot(); in onRemove()
601 mDotInfo.subtractDotInfo(mLauncher.getDotInfoForItem(item)); in onRemove()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java124 private DotInfo mDotInfo; field in BubbleTextView
213 mDotInfo = null; in reset()
451 return mDotInfo != null; in hasDot()
583 boolean wasDotted = mDotInfo != null; in applyDotState()
584 mDotInfo = mActivity.getDotInfoForItem(itemInfo); in applyDotState()
585 boolean isDotted = mDotInfo != null; in applyDotState()
607 int count = mDotInfo.getNotificationCount(); in applyDotState()