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.java96 private boolean mTouchAboveFalsingThreshold; field in PanelView
311 mTouchAboveFalsingThreshold = false; in onTouchEvent()
384 mTouchAboveFalsingThreshold = true; in onTouchEvent()
461 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
578 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
702 if (!mTouchAboveFalsingThreshold) { in isFalseTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java92 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper
277 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
603 mTouchAboveFalsingThreshold = true; in onTouchEvent()
686 falsingDetected = falsingDetected && !mTouchAboveFalsingThreshold; in isFalseGesture()