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.java165 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local
166 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()
167 mEdgeBackPanel.onMotionEvent(cancelEv); in cancelGesture()
168 cancelEv.recycle(); in cancelGesture()