Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java527 private void updateDotScale(boolean wasDotted, boolean isDotted) { in updateDotScale() argument
530 if ((wasDotted ^ isDotted) && isShown()) { in updateDotScale()
705 boolean wasDotted = mDotInfo.hasDot(); in onAdd()
708 updateDotScale(wasDotted, isDotted); in onAdd()
717 boolean wasDotted = mDotInfo.hasDot(); in onRemove()
720 updateDotScale(wasDotted, isDotted); in onRemove()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1036 boolean wasDotted = mDotInfo != null; in applyDotState()
1045 if (wasDotted || isDotted) { in applyDotState()
1047 if (animate && (wasDotted ^ isDotted) && isShown()) { in applyDotState()