Home
last modified time | relevance | path

Searched refs:visibilityThreshold (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateToScene.kt187 val visibilityThreshold = in CoroutineScope() constant
188 (animationSpec as? SpringSpec)?.visibilityThreshold ?: ProgressVisibilityThreshold in CoroutineScope()
190 Animatable(initialProgress, visibilityThreshold = visibilityThreshold).also { in CoroutineScope()
DSceneTransitionLayoutState.kt325 val animatable = Animatable(1f, visibilityThreshold = ProgressVisibilityThreshold) in interruptionProgress()
332 visibilityThreshold = ProgressVisibilityThreshold, in interruptionProgress()
DSceneTransitions.kt141 visibilityThreshold = OffsetVisibilityThreshold, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/
DToQuickSettingsShadeTransition.kt39 visibilityThreshold = Shade.Dimensions.ScrimVisibilityThreshold, in TransitionBuilder()
DToNotificationsShadeTransition.kt41 visibilityThreshold = Shade.Dimensions.ScrimVisibilityThreshold, in TransitionBuilder()
DToSplitShadeTransition.kt40 visibilityThreshold = Shade.Dimensions.ScrimVisibilityThreshold, in TransitionBuilder()
DToShadeTransition.kt42 visibilityThreshold = Shade.Dimensions.ScrimVisibilityThreshold, in toShadeTransition()
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt706 visibilityThreshold = 0.1f, in topEdgeReached()
751 visibilityThreshold = 0.1f, in topEdgeReached()