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/statusbar/phone/
DPanelView.java100 private boolean mTouchAboveFalsingThreshold; field in PanelView
319 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java94 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper
277 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
608 mTouchAboveFalsingThreshold = true; in onTouchEvent()
701 falsingDetected = falsingDetected && !mTouchAboveFalsingThreshold; in isFalseGesture()