Searched refs:cancelEv (Results 1 – 1 of 1) sorted by relevance
713 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local714 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()715 mEdgeBackPlugin.onMotionEvent(cancelEv); in cancelGesture()716 cancelEv.recycle(); in cancelGesture()