Searched refs:ProgressVisibilityThreshold (Results 1 – 2 of 2) sorted by relevance
66 if ((1f - progress).absoluteValue < ProgressVisibilityThreshold) { in animateToScene()90 if (progress.absoluteValue < ProgressVisibilityThreshold) { in animateToScene()188 (animationSpec as? SpringSpec)?.visibilityThreshold ?: ProgressVisibilityThreshold in CoroutineScope()241 internal const val ProgressVisibilityThreshold = 1e-3f constant
325 val animatable = Animatable(1f, visibilityThreshold = ProgressVisibilityThreshold) in interruptionProgress()332 visibilityThreshold = ProgressVisibilityThreshold, in interruptionProgress()