Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DObservableScrollView.java37 private boolean mTouchCancelled; field in ObservableScrollView
93 mTouchCancelled = true; in dispatchTouchEvent()
96 mTouchCancelled = false; in dispatchTouchEvent()
97 } else if (mTouchCancelled) { in dispatchTouchEvent()
104 mTouchCancelled = true; in dispatchTouchEvent()
DNotificationShadeWindowViewController.java89 private boolean mTouchCancelled; field in NotificationShadeWindowViewController
227 mTouchCancelled = false; in setupExpandedStatusBar()
232 if (mTouchCancelled || mExpandAnimationRunning || mExpandAnimationPending) { in setupExpandedStatusBar()
417 mTouchCancelled = true; in cancelCurrentTouch()
427 pw.println(mTouchCancelled); in dump()