Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java74 private boolean mDownOnRecents; field in NavigationBarGestureHelper
192 mDownOnRecents = mTouchDownX >= recentsButton.getLeft() in handleDragActionDownEvent()
197 mDownOnRecents = false; in handleDragActionDownEvent()
215 if (mDownOnRecents && touchSlopExceeded in handleDragActionMoveEvent()