Home
last modified time | relevance | path

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

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