Searched refs:wasDotted (Results 1 – 2 of 2) sorted by relevance
527 private void updateDotScale(boolean wasDotted, boolean isDotted) { in updateDotScale() argument530 if ((wasDotted ^ isDotted) && isShown()) { in updateDotScale()705 boolean wasDotted = mDotInfo.hasDot(); in onAdd()708 updateDotScale(wasDotted, isDotted); in onAdd()717 boolean wasDotted = mDotInfo.hasDot(); in onRemove()720 updateDotScale(wasDotted, isDotted); in onRemove()
1036 boolean wasDotted = mDotInfo != null; in applyDotState()1045 if (wasDotted || isDotted) { in applyDotState()1047 if (animate && (wasDotted ^ isDotted) && isShown()) { in applyDotState()