Home
last modified time | relevance | path

Searched refs:ProgressVisibilityThreshold (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateToScene.kt66 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
DSceneTransitionLayoutState.kt325 val animatable = Animatable(1f, visibilityThreshold = ProgressVisibilityThreshold) in interruptionProgress()
332 visibilityThreshold = ProgressVisibilityThreshold, in interruptionProgress()