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.java73 private boolean mTouchAboveFalsingThreshold; field in PanelView
249 mTouchAboveFalsingThreshold = false; in onTouchEvent()
312 mTouchAboveFalsingThreshold = true; in onTouchEvent()
340 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in onTouchEvent()
433 mTouchAboveFalsingThreshold = false; in onInterceptTouchEvent()
535 return !mTouchAboveFalsingThreshold && mStatusBar.isFalsingThresholdNeeded(); in isBelowFalsingThreshold()
/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()