Searched defs:handleTouchEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java105 return handleTouchEvent(ev) || mDragRequested;
110 handleTouchEvent(ev);
206 private boolean handleTouchEvent(MotionEvent ev) { method in class:RecentsViewTouchHandler
H A DTaskStackViewTouchHandler.java176 return handleTouchEvent(ev);
186 handleTouchEvent(ev);
217 private boolean handleTouchEvent(MotionEvent ev) { method in class:TaskStackViewTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchHandler.java206 inputConsumerController.setTouchListener(this::handleTouchEvent);
345 private boolean handleTouchEvent(MotionEvent ev) { method in class:PipTouchHandler

Completed in 78 milliseconds