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/statusbar/phone/
DStatusBarWindowView.java109 private boolean mTouchActive; field in StatusBarWindowView
342 mTouchActive = touchActive; in setTouchActive()
478 if (mTouchActive) { in cancelCurrentTouch()
501 pw.print(" mTouchActive="); pw.println(mTouchActive); in dump()