Searched refs:isDotted (Results 1 – 2 of 2) sorted by relevance
530 private void updateDotScale(boolean wasDotted, boolean isDotted) { in updateDotScale() argument531 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()
648 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()