Searched refs:mIsTrackpadThreeFingerSwipe (Results 1 – 1 of 1) sorted by relevance
261 private boolean mIsTrackpadThreeFingerSwipe; field in EdgeBackGestureHandler981 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 …]