Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt216 mSwipeFireable = swipe == SWIPE_NONE in <lambda>()
343 if (swipe != SWIPE_NONE) { in <lambda>()
348 if (swipe != SWIPE_NONE) { in <lambda>()
353 return SWIPE_NONE in <lambda>()
403 } else SWIPE_NONE in <lambda>()
488 private const val SWIPE_NONE = 0 in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java58 private static final int SWIPE_NONE = 0; field in SystemGesturesPointerEventListener
239 mSwipeFireable = swipe == SWIPE_NONE; in onPointerEvent()
368 if (swipe != SWIPE_NONE) { in detectSwipe()
373 if (swipe != SWIPE_NONE) { in detectSwipe()
378 return SWIPE_NONE; in detectSwipe()
407 return SWIPE_NONE; in detectSwipe()