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.java138 private boolean mGestureWaitForTouchSlop; field in PanelView
296 mGestureWaitForTouchSlop = isFullyCollapsed() || hasConflictingGestures(); in onTouchEvent()
318 if (!mGestureWaitForTouchSlop || (mHeightAnimator != null && !mHintAnimationRunning) in onTouchEvent()
360 if (mGestureWaitForTouchSlop && !mTracking && !mCollapsedAndHeadsUpOnDown) { in onTouchEvent()
388 if (!mJustPeeked && (!mGestureWaitForTouchSlop || mTracking) && in onTouchEvent()
400 return !mGestureWaitForTouchSlop || mTracking; in onTouchEvent()