Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java114 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper
296 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
624 mTouchAboveFalsingThreshold = true; in onTouchEvent()
718 falsingDetected = falsingDetected && !mTouchAboveFalsingThreshold; in isFalseGesture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java130 private boolean mTouchAboveFalsingThreshold; field in PanelViewController
394 mDozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
523 if (!mTouchAboveFalsingThreshold) { in isFalseTouch()
1192 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
1291 mTouchAboveFalsingThreshold = false; in onTouch()
1351 mTouchAboveFalsingThreshold = true; in onTouch()