Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt693 val animatable = Animatable(dragOffset, OffsetVisibilityThreshold) in animateOffset()
1075 internal const val OffsetVisibilityThreshold = 0.5f constant
DSceneTransitions.kt141 visibilityThreshold = OffsetVisibilityThreshold, in <lambda>()