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.java102 private boolean mGestureWaitForTouchSlop; field in PanelView
234 mGestureWaitForTouchSlop = mExpandedHeight == 0f; in onTouchEvent()
236 boolean waitForTouchSlop = hasConflictingGestures() || mGestureWaitForTouchSlop; in onTouchEvent()