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.java111 private FolderDotInfo mDotInfo = new FolderDotInfo(); field in FolderIcon
404 updateDotScale(mDotInfo.hasDot(), dotInfo.hasDot());
405 mDotInfo = dotInfo;
447 return mDotInfo != null && mDotInfo.hasDot();
512 if ((mDotInfo != null && mDotInfo.hasDot()) || mDotScale > 0) {
590 boolean wasDotted = mDotInfo.hasDot();
591 mDotInfo.addDotInfo(mLauncher.getDotInfoForItem(item));
592 boolean isDotted = mDotInfo.hasDot();
600 boolean wasDotted = mDotInfo.hasDot();
601 mDotInfo.subtractDotInfo(mLauncher.getDotInfoForItem(item));
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java122 private DotInfo mDotInfo; field in BubbleTextView
202 mDotInfo = null; in reset()
433 return mDotInfo != null; in hasDot()
565 boolean wasDotted = mDotInfo != null; in applyDotState()
566 mDotInfo = mActivity.getDotInfoForItem(itemInfo); in applyDotState()
567 boolean isDotted = mDotInfo != null; in applyDotState()
585 int count = mDotInfo.getNotificationCount(); in applyDotState()