Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipResizeGestureHandler.java108 private boolean mThresholdCrossed; field in PipResizeGestureHandler
312 if (!mThresholdCrossed in onMotionEvent()
314 mThresholdCrossed = true; in onMotionEvent()
319 if (mThresholdCrossed) { in onMotionEvent()
352 mThresholdCrossed = false; in resetState()
370 pw.println(innerPrefix + "mThresholdCrossed=" + mThresholdCrossed); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java155 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler
524 mThresholdCrossed = false; in onMotionEvent()
527 if (!mThresholdCrossed) { in onMotionEvent()
558 mThresholdCrossed = true; in onMotionEvent()