Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java119 private boolean mTouchActive; field in NotificationShadeWindowViewController
334 mTouchActive = true; in setupExpandedStatusBar()
342 mTouchActive = false; in setupExpandedStatusBar()
681 if (mTouchActive) { in cancelCurrentTouch()
706 pw.println(mTouchActive); in dump()