Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java268 private boolean mIsTrackpadThreeFingerSwipe; field in EdgeBackGestureHandler
988 mIsTrackpadThreeFingerSwipe ? SysUiStatsLog.BACK_GESTURE__INPUT_TYPE__TRACKPAD in logGesture()
999 mIsTrackpadThreeFingerSwipe = isTrackpadThreeFingerSwipe(ev); in onMotionEvent()
1008 if (mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1023 mIsTrackpadThreeFingerSwipe) in onMotionEvent()
1025 if (mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1042 if (mLogGesture || mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1056 curTime, curTimeStr, mAllowGesture, mIsTrackpadThreeFingerSwipe, in onMotionEvent()
1059 mIsTrackpadThreeFingerSwipe), mDisabledForQuickstep, in onMotionEvent()
1066 if (action == MotionEvent.ACTION_POINTER_DOWN && !mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
[all …]