Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java147 private boolean mExternalTouchIntercepted = false; field in NotificationShadeWindowViewController
284 mExternalTouchIntercepted = false; in handleExternalTouch()
290 if (!mExternalTouchIntercepted) { in handleExternalTouch()
291 mExternalTouchIntercepted = mView.onInterceptTouchEvent(event); in handleExternalTouch()
293 if (mExternalTouchIntercepted) { in handleExternalTouch()