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