Searched refs:cancelEv (Results 1 – 1 of 1) sorted by relevance
953 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local954 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()955 mEdgeBackPlugin.onMotionEvent(cancelEv); in cancelGesture()956 dispatchToBackAnimation(cancelEv); in cancelGesture()957 cancelEv.recycle(); in cancelGesture()