Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java61 public static final int DRAG_MODE_DIVIDER = 1; field in NavigationBarGestureHelper
220 if (dragMode == DRAG_MODE_DIVIDER) { in handleDragActionMoveEvent()
237 if (mDragMode == DRAG_MODE_DIVIDER) { in handleDragActionMoveEvent()
245 if (mDragMode == DRAG_MODE_DIVIDER) { in handleDragActionMoveEvent()
261 if (mDragMode == DRAG_MODE_DIVIDER) { in handleDragActionUpEvent()
284 return DRAG_MODE_DIVIDER; in calculateDragMode()
287 return DRAG_MODE_DIVIDER; in calculateDragMode()