Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java56 private static final int SWIPE_NONE = 0; field in SystemGesturesPointerEventListener
196 mSwipeFireable = swipe == SWIPE_NONE; in onPointerEvent()
281 if (swipe != SWIPE_NONE) { in detectSwipe()
286 if (swipe != SWIPE_NONE) { in detectSwipe()
291 return SWIPE_NONE; in detectSwipe()
320 return SWIPE_NONE; in detectSwipe()