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
204 if (dragMode == DRAG_MODE_DIVIDER) { in handleDragActionMoveEvent()
221 if (mDragMode == DRAG_MODE_DIVIDER) { in handleDragActionMoveEvent()
229 if (mDragMode == DRAG_MODE_DIVIDER) { in handleDragActionMoveEvent()
245 if (mDragMode == DRAG_MODE_DIVIDER) { in handleDragActionUpEvent()
263 return DRAG_MODE_DIVIDER; in calculateDragMode()
266 return DRAG_MODE_DIVIDER; in calculateDragMode()