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