Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java143 private boolean mGestureWaitForTouchSlop; field in PanelView
304 mGestureWaitForTouchSlop = shouldGestureWaitForTouchSlop(); in onTouchEvent()
323 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
365 if (mGestureWaitForTouchSlop && !mTracking && !mCollapsedAndHeadsUpOnDown) { in onTouchEvent()
393 if (!mJustPeeked && (!mGestureWaitForTouchSlop || mTracking) && in onTouchEvent()
405 return !mGestureWaitForTouchSlop || mTracking; in onTouchEvent()