Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java175 private boolean mGestureWaitForTouchSlop; field in PanelViewController
1284 mGestureWaitForTouchSlop = shouldGestureWaitForTouchSlop(); in onTouch()
1303 if (!mGestureWaitForTouchSlop || regularHeightAnimationRunning) { in onTouch()
1345 if (mGestureWaitForTouchSlop && !mTracking && !mCollapsedAndHeadsUpOnDown) { in onTouch()
1360 if ((!mGestureWaitForTouchSlop || mTracking) && !isTrackingBlocked()) { in onTouch()
1379 return !mGestureWaitForTouchSlop || mTracking; in onTouch()