Searched refs:cancelEv (Results 1 – 1 of 1) sorted by relevance
960 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local961 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()962 mEdgeBackPlugin.onMotionEvent(cancelEv); in cancelGesture()963 dispatchToBackAnimation(cancelEv); in cancelGesture()964 cancelEv.recycle(); in cancelGesture()