Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 10 of 10) sorted by relevance

/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshStateTest.kt380 val connection = object : NestedScrollConnection {} in nestedPreScroll_negativeDelta_notRefreshing() constant
424 val connection = object : NestedScrollConnection {} in nestedPreScroll_negativeDelta_refreshing() constant
456 val connection = object : NestedScrollConnection {} in nestedPreScroll_positiveDelta_notRefreshing() constant
500 val connection = object : NestedScrollConnection {} in nestedPreScroll_positiveDelta_refreshing() constant
532 val connection = object : NestedScrollConnection {} in nestedPostScroll_negativeDelta_notRefreshing() constant
584 val connection = object : NestedScrollConnection {} in nestedPostScroll_negativeDelta_refreshing() constant
620 val connection = object : NestedScrollConnection {} in nestedPostScroll_positiveDelta_notRefreshing() constant
673 val connection = object : NestedScrollConnection {} in nestedPostScroll_positiveDelta_refreshing() constant
710 val connection = object : NestedScrollConnection {} in nestedPreFling_negativeVelocity_notRefreshing() constant
785 val connection = object : NestedScrollConnection {} in nestedPreFling_negativeVelocity_refreshing() constant
[all …]
/compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/
DWindowInsetsControllerTest.kt156 lateinit var connection: NestedScrollConnection in canScrollToShow() variable
209 lateinit var connection: NestedScrollConnection in canScrollToHide() variable
260 lateinit var connection: NestedScrollConnection in canFlingToShow() variable
297 lateinit var connection: NestedScrollConnection in canFlingToHide() variable
331 lateinit var connection: NestedScrollConnection in smallFlingSpringsBackToHide() variable
360 lateinit var connection: NestedScrollConnection in smallFlingSpringsBackToShow() variable
389 lateinit var connection: NestedScrollConnection in flingPastMiddleSpringsToShow() variable
445 lateinit var connection: NestedScrollConnection in flingPastMiddleSpringsToHide() variable
495 lateinit var connection: NestedScrollConnection in allowsContentScroll() variable
546 lateinit var connection: NestedScrollConnection in flingRemainderMovesContent() variable
DWindowInsetsDeviceTest.kt93 val connection = object : NestedScrollConnection {} in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DNestedScrollInteropViewHolderTest.kt50 private val connection = InspectableNestedScrollConnection() constant
DNestedScrollInteropThreeFoldTest.kt56 private val connection = InspectableNestedScrollConnection() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/input/
DPlatformTextInputViewIntegrationTest.kt541 val connection = checkNotNull(hostView.onCreateInputConnection(EditorInfo())) in <lambda>() constant
563 val connection = checkNotNull(hostView.onCreateInputConnection(EditorInfo())) in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/nestedscroll/
DNestedScrollModifier.kt370 val connection: NestedScrollConnection, in nestedScroll() constant in androidx.compose.ui.input.nestedscroll.NestedScrollElement
DNestedScrollNode.kt43 var connection: NestedScrollConnection, variable in androidx.compose.ui.input.nestedscroll.NestedScrollNode
/compose/foundation/foundation-layout/src/androidMain/kotlin/androidx/compose/foundation/layout/
DWindowInsetsConnection.android.kt114 val connection = in rememberWindowInsetsConnection() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DScrollableTest.kt1197 val connection = in <lambda>() constant
1744 val connection = in <lambda>() constant
2641 val connection = in <lambda>() constant