Home
last modified time | relevance | path

Searched refs:onPreScroll (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationScrimNestedScrollConnectionTest.kt57 scrollConnection.onPreScroll( in <lambda>()
72 scrollConnection.onPreScroll( in <lambda>()
87 scrollConnection.onPreScroll( in <lambda>()
104 scrollConnection.onPreScroll( in <lambda>()
129 scrollConnection.onPreScroll( in <lambda>()
206 scrollConnection.onPreScroll( in <lambda>()
213 scrollConnection.onPreScroll( in <lambda>()
225 scrollConnection.onPreScroll( in <lambda>()
232 scrollConnection.onPreScroll( in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnectionTest.kt45 val consumedByPreScroll = onPreScroll(available = available, source = scrollSource) in NestedScrollConnection()
56 scrollConnection.onPreScroll(available = Offset(x = 0f, y = -1f), source = scrollSource) in onScrollUp_consumeHeightFirst()
72 scrollConnection.onPreScroll(available = Offset(x = 0f, y = -1f), source = scrollSource) in onScrollUpAfterContentScrolled_ignoreUpEvent()
91 scrollConnection.onPreScroll(available = Offset(x = 0f, y = -1f), source = scrollSource) in onScrollUpAfterContentReturnedToZero_consumeHeight()
104 scrollConnection.onPreScroll(available = Offset(x = 0f, y = -1f), source = scrollSource) in onScrollUp_consumeDownToMin()
134 scrollConnection.onPreScroll(available = Offset(x = 0f, y = 1f), source = scrollSource) in onScrollDown_allowConsumeContentFirst()
169 scrollConnection.onPreScroll( in onScrollDownAfterPostScroll_consumeHeightPreScroll()
DPriorityNestedScrollConnectionTest.kt83 scrollConnection.onPreScroll(available = Offset.Zero, source = NestedScrollSource.Drag) in <lambda>()
100 scrollConnection.onPreScroll(available = Offset.Zero, source = NestedScrollSource.Drag) in <lambda>()
144 scrollConnection.onPreScroll(available = offset1, source = NestedScrollSource.Drag) in <lambda>()
148 scrollConnection.onPreScroll(available = offset2, source = NestedScrollSource.Drag) in <lambda>()
158 scrollConnection.onPreScroll(available = Offset.Zero, source = NestedScrollSource.Drag) in <lambda>()
199 scrollConnection.onPreScroll(available = Offset.Zero, source = NestedScrollSource.Drag) in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DPriorityNestedScrollConnection.kt74 override fun onPreScroll(available: Offset, source: NestedScrollSource): Offset { in <lambda>() method in com.android.compose.nestedscroll.PriorityNestedScrollConnection
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt222 onPreScroll( in NestedScrollConnection()
541 nestedScroll.onPreScroll( in <lambda>()
587 nestedScroll.onPreScroll( in <lambda>()
618 nestedScroll.onPreScroll( in preScrollAfterSceneTransition()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt841 override fun onPreScroll(available: Offset, source: NestedScrollSource): Offset { in onPreScroll() method