Home
last modified time | relevance | path

Searched defs:onPostFling (Results 1 – 23 of 23) sorted by relevance

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/nestedscroll/
DNestedScrollModifierTest.kt106 override suspend fun onPostFling( in <lambda>() method
287 override suspend fun onPostFling( in <lambda>() method
298 override suspend fun onPostFling( in <lambda>() method
358 override suspend fun onPostFling( in <lambda>() method
530 override suspend fun onPostFling( in <lambda>() method
544 override suspend fun onPostFling( in <lambda>() method
598 override suspend fun onPostFling( in <lambda>() method
656 override suspend fun onPostFling( in <lambda>() method
774 override suspend fun onPostFling( in <lambda>() method
807 override suspend fun onPostFling( in <lambda>() method
[all …]
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DNestedScrollInteropConnection.android.kt122 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in androidx.compose.ui.platform.NestedScrollInteropConnection
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DNestedScrollInteropTestHelper.kt113 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in InspectableNestedScrollConnection
220 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in AllConsumingInspectableConnection
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/nestedscroll/
DNestedScrollModifier.kt86 suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPreScroll() method
DNestedScrollNode.kt101 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/gestures/snapping/
DLazyGridSnapFlingBehaviorTest.kt239 override suspend fun onPostFling( in performFling_shouldPropagateVelocityIfHitEdges() method
287 override suspend fun onPostFling( in performFling_shouldConsumeAllVelocityIfInTheMiddleOfTheList() method
DLazyListSnapFlingBehaviorTest.kt234 override suspend fun onPostFling( in performFling_shouldPropagateVelocityIfHitEdges() method
282 override suspend fun onPostFling( in performFling_shouldConsumeAllVelocityIfInTheMiddleOfTheList() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPager.kt529 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in androidx.compose.foundation.pager.DefaultPagerNestedScrollConnection
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DAppBar.kt2456 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in ExitAlwaysScrollBehavior
3369 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in PinnedScrollBehavior
3439 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in EnterAlwaysScrollBehavior
3522 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in ExitUntilCollapsedScrollBehavior
DSheetDefaults.kt469 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() method
DFloatingToolbar.kt522 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in floatingScrollBehavior() method in androidx.compose.material3.ExitAlwaysFloatingToolbarScrollBehavior
DSearchBar.kt957 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in searchBarScrollBehavior() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DModalBottomSheet.kt569 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() method
DBottomSheetScaffold.kt580 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() method
DBackdropScaffold.kt678 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in ConsumeSwipeNestedScrollConnection() method
DDrawer.kt825 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in ConsumeSwipeWithinBottomSheetBoundsNestedScrollConnection() method
DSwipeable.kt867 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DScrollableTest.kt1374 override suspend fun onPostFling( in <lambda>() method
1443 override suspend fun onPostFling( in <lambda>() method
1746 override suspend fun onPostFling( in <lambda>() method
1814 override suspend fun onPostFling( in <lambda>() method
1878 override suspend fun onPostFling( in <lambda>() method
1928 override suspend fun onPostFling( in <lambda>() method
DStretchOverscrollIntegrationTest.kt1219 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in androidx.compose.foundation.TestState
DOverscrollTest.kt1683 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in androidx.compose.foundation.InspectableConnection
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/
DPagerNestedScrollContentTest.kt174 override suspend fun onPostFling( in <lambda>() method
/compose/foundation/foundation-layout/src/androidMain/kotlin/androidx/compose/foundation/layout/
DWindowInsetsConnection.android.kt274 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity = in onPreFling() method in androidx.compose.foundation.layout.WindowInsetsNestedScrollConnection
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DScrollable.kt911 override suspend fun onPostFling(consumed: Velocity, available: Velocity): Velocity { in onPostFling() method in ScrollableNestedScrollConnection