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.java434 private void updateDotScale(boolean wasDotted, boolean isDotted) { in updateDotScale() argument
435 float newDotScale = isDotted ? 1f : 0f; in updateDotScale()
437 if ((wasDotted ^ isDotted) && isShown()) { in updateDotScale()
592 boolean isDotted = mDotInfo.hasDot(); in onAdd()
593 updateDotScale(wasDotted, isDotted); in onAdd()
602 boolean isDotted = mDotInfo.hasDot(); in onRemove()
603 updateDotScale(wasDotted, isDotted); in onRemove()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java585 boolean isDotted = mDotInfo != null; in applyDotState()
586 float newDotScale = isDotted ? 1f : 0; in applyDotState()
592 if (wasDotted || isDotted) { in applyDotState()
594 if (animate && (wasDotted ^ isDotted) && isShown()) { in applyDotState()