Searched refs:cancelEv (Results 1 – 1 of 1) sorted by relevance
484 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local485 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()486 mEdgeBackPlugin.onMotionEvent(cancelEv); in cancelGesture()487 cancelEv.recycle(); in cancelGesture()