Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowView.java169 Boolean result = mInteractionEventHandler.handleDispatchTouchEvent(ev); in dispatchTouchEvent()
340 Boolean handleDispatchTouchEvent(MotionEvent ev); in handleDispatchTouchEvent() method
DNotificationShadeWindowViewController.java205 public Boolean handleDispatchTouchEvent(MotionEvent ev) { in setupExpandedStatusBar()