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.java85 private boolean mTouchAboveFalsingThreshold; field in SwipeHelper
229 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
419 mTouchAboveFalsingThreshold = true; in onTouchEvent()
453 && !mTouchAboveFalsingThreshold; in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java77 private boolean mTouchAboveFalsingThreshold; field in PanelView
256 mTouchAboveFalsingThreshold = false; in onTouchEvent()
322 mTouchAboveFalsingThreshold = true; in onTouchEvent()
383 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
481 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
599 if (!mTouchAboveFalsingThreshold) { in isFalseTouch()