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/shade/
DNotificationPanelViewController.java576 private boolean mTouchStartedInEmptyArea; field in NotificationPanelViewController
3580 ipw.print("mTouchStartedInEmptyArea="); ipw.println(mTouchStartedInEmptyArea);
4995 mTouchStartedInEmptyArea = !isInContentBounds(x, y);
5035 if (canCollapsePanel || mTouchStartedInEmptyArea || mAnimatingOnDown