Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java261 private boolean mIsTrackpadThreeFingerSwipe; field in EdgeBackGestureHandler
981 mIsTrackpadThreeFingerSwipe ? SysUiStatsLog.BACK_GESTURE__INPUT_TYPE__TRACKPAD in logGesture()
992 mIsTrackpadThreeFingerSwipe = isTrackpadThreeFingerSwipe( in onMotionEvent()
1002 if (mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1017 mIsTrackpadThreeFingerSwipe) in onMotionEvent()
1019 if (mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1034 if (mLogGesture || mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
1048 curTime, curTimeStr, mAllowGesture, mIsTrackpadThreeFingerSwipe, in onMotionEvent()
1051 mIsTrackpadThreeFingerSwipe), in onMotionEvent()
1058 if (action == MotionEvent.ACTION_POINTER_DOWN && !mIsTrackpadThreeFingerSwipe) { in onMotionEvent()
[all …]