Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java149 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler
387 mThresholdCrossed = false; in onMotionEvent()
390 if (!mThresholdCrossed) { in onMotionEvent()
407 mThresholdCrossed = true; in onMotionEvent()