Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java530 private void updateDotScale(boolean wasDotted, boolean isDotted) { in updateDotScale() argument
531 float newDotScale = isDotted ? 1f : 0f; in updateDotScale()
533 if ((wasDotted ^ isDotted) && isShown()) { in updateDotScale()
688 boolean isDotted = mDotInfo.hasDot(); in onAdd()
689 updateDotScale(wasDotted, isDotted); in onAdd()
699 boolean isDotted = mDotInfo.hasDot(); in onRemove()
700 updateDotScale(wasDotted, isDotted); in onRemove()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java648 boolean isDotted = mDotInfo != null; in applyDotState()
649 float newDotScale = isDotted ? 1f : 0; in applyDotState()
655 if (wasDotted || isDotted) { in applyDotState()
657 if (animate && (wasDotted ^ isDotted) && isShown()) { in applyDotState()