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.java75 private boolean mDownOnRecents; field in NavigationBarGestureHelper
176 mDownOnRecents = mTouchDownX >= recentsButton.getLeft() in handleDragActionDownEvent()
181 mDownOnRecents = false; in handleDragActionDownEvent()
199 if (mDownOnRecents && touchSlopExceeded in handleDragActionMoveEvent()