Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java574 private boolean mTouchStartedInEmptyArea; field in NotificationPanelViewController
3453 ipw.print("mTouchStartedInEmptyArea="); ipw.println(mTouchStartedInEmptyArea); in dump()
4924 mTouchStartedInEmptyArea = !isInContentBounds(x, y);
4964 if (canCollapsePanel || mTouchStartedInEmptyArea || mAnimatingOnDown