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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java120 private boolean mTouchCancelled; field in NotificationShadeWindowViewController
335 mTouchCancelled = false; in setupExpandedStatusBar()
345 if (mTouchCancelled) { in setupExpandedStatusBar()
691 mTouchCancelled = true; in cancelCurrentTouch()
704 pw.println(mTouchCancelled); in dump()