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/shade/
DNotificationShadeWindowViewController.java148 private boolean mIsTrackingBarGesture = false; field in NotificationShadeWindowViewController
416 if (!mIsTrackingBarGesture && isDown in setupExpandedStatusBar()
424 mIsTrackingBarGesture = true; in setupExpandedStatusBar()
432 } else if (mIsTrackingBarGesture) { in setupExpandedStatusBar()
435 mIsTrackingBarGesture = false; in setupExpandedStatusBar()