Searched refs:cancelEv (Results 1 – 1 of 1) sorted by relevance
172 MotionEvent cancelEv = MotionEvent.obtain(ev); in cancelGesture() local173 cancelEv.setAction(MotionEvent.ACTION_CANCEL); in cancelGesture()174 mEdgeBackPanel.onMotionEvent(cancelEv); in cancelGesture()175 cancelEv.recycle(); in cancelGesture()