Searched refs:offsetDelta (Results 1 – 2 of 2) sorted by relevance
90 val offsetDelta = if (vertical) Offset(0f, delta) else Offset(delta, 0f) in scrollForwardAtTheLastPage_withSpacing_shouldNotMovePage() constant94 moveBy(offsetDelta) in scrollForwardAtTheLastPage_withSpacing_shouldNotMovePage()113 val offsetDelta = if (vertical) Offset(0f, delta) else Offset(delta, 0f) in scrollForwardAtTheLastPage_withSpacing_pageSettlesCorrectly() constant117 moveBy(offsetDelta) in scrollForwardAtTheLastPage_withSpacing_pageSettlesCorrectly()
1179 val offsetDelta = in measure() constant1191 offset.x + offsetDelta.x, in measure()1192 offset.y + offsetDelta.y, in measure()