Home
last modified time | relevance | path

Searched refs:swipeSpec (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt199 val swipeSpec: SpringSpec<Float>? in reversed() constant
216 swipeSpec = null, in reversed()
239 swipeSpec = reverse.swipeSpec, in reversed()
274 override val swipeSpec: SpringSpec<Float>?, constant in com.android.compose.animation.scene.TransformationSpecImpl
DTransitionDslImpl.kt88 swipeSpec = null, in overscroll()
108 swipeSpec = impl.swipeSpec, in transition()
193 override var swipeSpec: SpringSpec<Float>? = null variable in com.android.compose.animation.scene.TransitionBuilderImpl
DSceneTransitionLayoutState.kt327 val swipeSpec = layoutImpl.state.transitions.defaultSwipeSpec in interruptionProgress() constant
330 stiffness = swipeSpec.stiffness, in interruptionProgress()
331 dampingRatio = swipeSpec.dampingRatio, in interruptionProgress()
DTransitionDsl.kt143 var swipeSpec: SpringSpec<Float>? in fractionRange() variable
DDraggableHandler.kt714 val swipeSpec = in animateOffset() constant
715 transformationSpec.swipeSpec in animateOffset()
719 animationSpec = swipeSpec, in animateOffset()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransitionDslTest.kt204 from(TestScenes.SceneA, to = TestScenes.SceneC) { swipeSpec = specFromAToC } in springSpec()
214 .swipeSpec in springSpec()
223 .swipeSpec in springSpec()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/
DToQuickSettingsShadeTransition.kt36 swipeSpec = in TransitionBuilder()
DToNotificationsShadeTransition.kt38 swipeSpec = in TransitionBuilder()
DToSplitShadeTransition.kt37 swipeSpec = in TransitionBuilder()
DToShadeTransition.kt39 swipeSpec = in toShadeTransition()