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.java102 private boolean mTouchStartedInEmptyArea; field in PanelView
583 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()
613 if (scrolledToBottom || mTouchStartedInEmptyArea || mAnimatingOnDown) { in onInterceptTouchEvent()