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