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/shade/
DNotificationPanelViewController.java593 private boolean mGestureWaitForTouchSlop; field in NotificationPanelViewController
3594 ipw.print("mGestureWaitForTouchSlop="); ipw.println(mGestureWaitForTouchSlop);
5207 mGestureWaitForTouchSlop = shouldGestureWaitForTouchSlop();
5236 if (!mGestureWaitForTouchSlop || regularHeightAnimationRunning) {
5299 if (mGestureWaitForTouchSlop
5316 if ((!mGestureWaitForTouchSlop || isTracking())
5343 return !mGestureWaitForTouchSlop || isTracking();