Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt220 } else if (swipe == SWIPE_FROM_BOTTOM) {
388 return SWIPE_FROM_BOTTOM
490 private const val SWIPE_FROM_BOTTOM = 2
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java60 private static final int SWIPE_FROM_BOTTOM = 2; field in SystemGesturesPointerEventListener
242 } else if (swipe == SWIPE_FROM_BOTTOM) { in onPointerEvent()
394 return SWIPE_FROM_BOTTOM; in detectSwipe()