Searched refs:mTouchAboveFalsingThreshold (Results 1 – 2 of 2) sorted by relevance
100 private boolean mTouchAboveFalsingThreshold; field in PanelView319 mTouchAboveFalsingThreshold = false; in onTouchEvent()390 mTouchAboveFalsingThreshold = true; in onTouchEvent()475 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()587 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()701 if (!mTouchAboveFalsingThreshold) { in isFalseTouch()
94 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper277 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()608 mTouchAboveFalsingThreshold = true; in onTouchEvent()701 falsingDetected = falsingDetected && !mTouchAboveFalsingThreshold; in isFalseGesture()