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