Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java255 private boolean mLogGesture = false; field in EdgeBackGestureHandler
935 mLogGesture = true; in isWithinTouchRegion()
944 mLogGesture = true; in isWithinTouchRegion()
951 mLogGesture = true; in isWithinTouchRegion()
958 mLogGesture = false; in cancelGesture()
968 if (!mLogGesture) { in logGesture()
971 mLogGesture = false; in logGesture()
1017 mLogGesture = false; in onMotionEvent()
1042 if (mLogGesture || mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1062 } else if (mAllowGesture || mLogGesture) { in onMotionEvent()
[all …]