Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt217 if (swipe == SWIPE_FROM_TOP) {
381 return SWIPE_FROM_TOP
489 private const val SWIPE_FROM_TOP = 1
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java59 private static final int SWIPE_FROM_TOP = 1; field in SystemGesturesPointerEventListener
239 if (swipe == SWIPE_FROM_TOP) { in onPointerEvent()
389 return SWIPE_FROM_TOP; in detectSwipe()