Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSwipeToScene.kt91 currentScene().shouldEnableSwipes(delegate.orientation) in onPointerEvent()
100 private fun Scene.shouldEnableSwipes(orientation: Orientation): Boolean { in Scene() method
116 return currentScene().shouldEnableSwipes(oppositeOrientation) in canOppositeSwipe()