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.java528 private void updateDotScale(boolean wasDotted, boolean isDotted) { in updateDotScale() argument
529 float newDotScale = isDotted ? 1f : 0f; in updateDotScale()
531 if ((wasDotted ^ isDotted) && isShown()) { in updateDotScale()
689 boolean isDotted = mDotInfo.hasDot(); in onAdd()
690 updateDotScale(wasDotted, isDotted); in onAdd()
700 boolean isDotted = mDotInfo.hasDot(); in onRemove()
701 updateDotScale(wasDotted, isDotted); in onRemove()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java562 boolean isDotted = mDotInfo != null; in applyDotState()
563 float newDotScale = isDotted ? 1f : 0; in applyDotState()
569 if (wasDotted || isDotted) { in applyDotState()
571 if (animate && (wasDotted ^ isDotted) && isShown()) { in applyDotState()