Searched refs:animationTargetValue (Results 1 – 1 of 1) sorted by relevance
167 val animationTargetValue = animationTarget.value regex169 val targetOffset = if (animationTargetValue != null) {171 val oldState = oldAnchors[animationTargetValue]174 newState ?: newAnchors.keys.minByOrNull { abs(it - animationTargetValue) }!!