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.java90 private boolean mTouchActive; field in StatusBarWindowView
256 mTouchActive = true; in dispatchTouchEvent()
260 mTouchActive = false; in dispatchTouchEvent()
372 if (mTouchActive) { in cancelCurrentTouch()