Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt216 mSwipeFireable = swipe == SWIPE_NONE
343 if (swipe != SWIPE_NONE) {
348 if (swipe != SWIPE_NONE) {
353 return SWIPE_NONE
403 } else SWIPE_NONE
488 private const val SWIPE_NONE = 0
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java58 private static final int SWIPE_NONE = 0; field in SystemGesturesPointerEventListener
238 mSwipeFireable = swipe == SWIPE_NONE; in onPointerEvent()
367 if (swipe != SWIPE_NONE) { in detectSwipe()
372 if (swipe != SWIPE_NONE) { in detectSwipe()
377 return SWIPE_NONE; in detectSwipe()
406 return SWIPE_NONE; in detectSwipe()