Home
last modified time | relevance | path

Searched defs:currentOffset (Results 1 – 25 of 29) sorted by relevance

12

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/
DAccessibilityIteratorsTest.kt65 var currentOffset = 0 in characterIterator_following() variable
95 var currentOffset = text.length in characterIterator_preceding() variable
125 var currentOffset = 0 in characterIterator_following_rtl() variable
143 var currentOffset = text.length in characterIterator_preceding_rtl() variable
161 var currentOffset = 0 in wordIterator_following() variable
199 var currentOffset = text.length in wordIterator_preceding() variable
230 var currentOffset = 0 in wordIterator_following_rtl() variable
254 var currentOffset = text.length in wordIterator_preceding_rtl() variable
276 var currentOffset = 0 in paragraphIterator_following() variable
304 var currentOffset = text.length in paragraphIterator_preceding() variable
[all …]
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/android/selection/
DWordIteratorTest.kt101 var currentOffset = 0 in testNextBoundary_iterate_through() variable
136 var currentOffset = 0 in testNextBoundary_iterate_through_RTL() variable
196 var currentOffset = text.length in testPrevBoundary_iterate_through() variable
231 var currentOffset = text.length in testPrevBoundary_iterate_through_RTL() variable
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DModalBottomSheet.kt155 val currentOffset = in progress() constant
559 val currentOffset = state.requireOffset() in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() constant
DBottomSheetScaffold.kt144 val currentOffset = in progress() constant
570 val currentOffset = state.requireOffset() in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() constant
DBackdropScaffold.kt190 val currentOffset = in requireOffset() constant
668 val currentOffset = state.requireOffset() in ConsumeSwipeNestedScrollConnection() constant
DDrawer.kt316 val currentOffset = in requireOffset() constant
815 val currentOffset = state.requireOffset() in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() constant
DAnchoredDraggable.kt304 val currentOffset = offset in <lambda>() constant
319 val currentOffset = offset in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt373 val currentOffset = selection.end in jumpByLinesOffset() constant
412 val currentOffset = initialValue.selection.end in jumpByPagesOffset() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt294 val currentOffset = transformedEndOffset() in jumpByLinesOffset() constant
406 val currentOffset = offsetMapping.originalToTransformed(currentValue.selection.end) in TextLayoutResultProxy() constant
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/
DLookaheadWithDisappearingMoveableContentDemo.kt163 val currentOffset = origin.localPositionOf(coordinates, Offset.Zero) in animatePosition() constant
DCraneDemo.kt206 val currentOffset = in sharedElementBasedOnProgress() constant
/compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/
DDynamicThemeActivity.kt94 val currentOffset = firstVisibleItemIndex * itemSize + firstVisibleItemScrollOffset constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DAnchoredDraggable.kt440 val currentOffset = state.requireOffset() in onDragStopped() constant
871 val currentOffset = offset in <lambda>() constant
918 val currentOffset = in progress() constant
1713 val currentOffset = state.requireOffset() in AnchoredDraggableLayoutInfoProvider() constant
DTransformGestureDetector.kt136 val currentOffset = currentPosition - currentCentroid in PointerEvent() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DAnchoredDraggable.kt298 val currentOffset = offset in <lambda>() constant
313 val currentOffset = offset in <lambda>() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/gestures/
DVerticalScrollerInDrawerLayoutDemo.kt81 var currentOffset by remember { mutableFloatStateOf(minOffset) } in DrawerLayout() variable
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSheetDefaults.kt458 val currentOffset = sheetState.requireOffset() in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() constant
DWideNavigationRailState.kt240 val currentOffset: Float in <lambda>() constant
/compose/ui/ui-test/src/androidMain/kotlin/androidx/compose/ui/test/
DAndroidInputDispatcher.android.kt336 val currentOffset = coordinates[pointerIndex][timeIndex] in enqueueTouchEvent() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridState.kt411 val currentOffset = in snapToItemInternal() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/snapping/
DNonItemBasedSnapping.kt46 private val currentOffset: Int, constant in androidx.compose.foundation.demos.snapping.NonItemBasedSnappingLayoutInfoProvider
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/
DPagerLayoutInfoTest.kt369 var currentOffset = startOffset in PagerLayoutInfo() variable
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/
DLazyListLayoutInfoTest.kt493 var currentOffset = startOffset in assertVisibleItems() variable
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridLayoutInfoTest.kt562 var currentOffset = startOffset in assertVisibleItems() variable
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DPaneExpansionState.kt248 val currentOffset = constant

12