Searched refs:mDotInfo (Results 1 – 2 of 2) sorted by relevance
111 private FolderDotInfo mDotInfo = new FolderDotInfo(); field in FolderIcon404 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 …]
122 private DotInfo mDotInfo; field in BubbleTextView202 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()