Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/
DPagerSwipeEdgeTest.kt90 val offsetDelta = if (vertical) Offset(0f, delta) else Offset(delta, 0f) in scrollForwardAtTheLastPage_withSpacing_shouldNotMovePage() constant
94 moveBy(offsetDelta) in scrollForwardAtTheLastPage_withSpacing_shouldNotMovePage()
113 val offsetDelta = if (vertical) Offset(0f, delta) else Offset(delta, 0f) in scrollForwardAtTheLastPage_withSpacing_pageSettlesCorrectly() constant
117 moveBy(offsetDelta) in scrollForwardAtTheLastPage_withSpacing_pageSettlesCorrectly()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DEnterExitTransition.kt1179 val offsetDelta = in measure() constant
1191 offset.x + offsetDelta.x, in measure()
1192 offset.y + offsetDelta.y, in measure()