Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java88 private boolean mTouchStartedInEmptyArea; field in PanelView
552 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()
586 if (scrolledToBottom || mTouchStartedInEmptyArea || mAnimatingOnDown) { in onInterceptTouchEvent()