Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt962 val canInterceptSwipeTransition = in nestedScrollConnection() constant
966 if (!canInterceptSwipeTransition) return@PriorityNestedScrollConnection false in nestedScrollConnection()