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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java79 private boolean mTouchStartedInEmptyArea; field in class:PanelView
473 mTouchStartedInEmptyArea = !isInContentBounds(x, y);
507 if (scrolledToBottom || mTouchStartedInEmptyArea || mAnimatingOnDown) {

Completed in 53 milliseconds