Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java172 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local
173 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()
174 mEdgeBackPanel.onMotionEvent(cancelEv); in cancelGesture()
175 cancelEv.recycle(); in cancelGesture()