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