Searched refs:mGestureWaitForTouchSlop (Results 1 – 1 of 1) sorted by relevance
138 private boolean mGestureWaitForTouchSlop; field in PanelView296 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()