Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java116 private boolean mIsTrackingBarGesture = false; field in NotificationShadeWindowViewController
300 if (!mIsTrackingBarGesture && isDown in setupExpandedStatusBar()
306 mIsTrackingBarGesture = true; in setupExpandedStatusBar()
312 } else if (mIsTrackingBarGesture) { in setupExpandedStatusBar()
315 mIsTrackingBarGesture = false; in setupExpandedStatusBar()