Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java131 private boolean mIsTrackingBarGesture = false; field in NotificationShadeWindowViewController
364 if (!mIsTrackingBarGesture && isDown in setupExpandedStatusBar()
370 mIsTrackingBarGesture = true; in setupExpandedStatusBar()
377 } else if (mIsTrackingBarGesture) { in setupExpandedStatusBar()
380 mIsTrackingBarGesture = false; in setupExpandedStatusBar()