Searched refs:mTouchAboveFalsingThreshold (Results 1 – 2 of 2) sorted by relevance
131 private boolean mTouchAboveFalsingThreshold; field in PanelViewController413 mDozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()542 if (!mTouchAboveFalsingThreshold) { in isFalseTouch()1198 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()1297 mTouchAboveFalsingThreshold = false; in onTouch()1357 mTouchAboveFalsingThreshold = true; in onTouch()
123 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper307 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()640 mTouchAboveFalsingThreshold = true; in onTouchEvent()744 falsingDetected = falsingDetected && !mTouchAboveFalsingThreshold; in isFalseGesture()