Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java108 private boolean mIsTrackingBarGesture = false; field in NotificationShadeWindowViewController
265 if (!mIsTrackingBarGesture && isDown in setupExpandedStatusBar()
271 mIsTrackingBarGesture = true; in setupExpandedStatusBar()
277 } else if (mIsTrackingBarGesture) { in setupExpandedStatusBar()
280 mIsTrackingBarGesture = false; in setupExpandedStatusBar()