Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimNestedScrollConnection.kt21 import com.android.compose.nestedscroll.PriorityNestedScrollConnection in <lambda>()
42 ): PriorityNestedScrollConnection {
43 return PriorityNestedScrollConnection(
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt41 ): PriorityNestedScrollConnection { in <lambda>()
42 return PriorityNestedScrollConnection( in <lambda>()
DPriorityNestedScrollConnection.kt37 class PriorityNestedScrollConnection( in <lambda>() class
168 fun PriorityNestedScrollConnection( in PriorityNestedScrollConnection() method
180 PriorityNestedScrollConnection( in PriorityNestedScrollConnection()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt33 import com.android.compose.nestedscroll.PriorityNestedScrollConnection in <lambda>()
908 val connection: PriorityNestedScrollConnection = nestedScrollConnection()
910 private fun nestedScrollConnection(): PriorityNestedScrollConnection { in nestedScrollConnection()
956 return PriorityNestedScrollConnection( in nestedScrollConnection()
966 if (!canInterceptSwipeTransition) return@PriorityNestedScrollConnection false in nestedScrollConnection()
973 return@PriorityNestedScrollConnection false in nestedScrollConnection()
987 else -> return@PriorityNestedScrollConnection false in nestedScrollConnection()
1024 else -> return@PriorityNestedScrollConnection false in nestedScrollConnection()
DNestedScrollToScene.kt26 import com.android.compose.nestedscroll.PriorityNestedScrollConnection
131 private var priorityNestedScrollConnection: PriorityNestedScrollConnection =
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/nestedscroll/
DPriorityNestedScrollConnectionTest.kt44 PriorityNestedScrollConnection( in <lambda>()