Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java131 private boolean mTouchAboveFalsingThreshold; field in PanelViewController
413 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java123 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper
307 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
640 mTouchAboveFalsingThreshold = true; in onTouchEvent()
744 falsingDetected = falsingDetected && !mTouchAboveFalsingThreshold; in isFalseGesture()