view
ACTION_DOWN occurred
then i move on view and ACTION_MOVE occurs repeatedly
when x position reaches 120
i want to cancel touch event
with this code:
event.setAction(MotionEvent.ACTION_CANCEL);
event is not canceled and ACTION_MOVE is continuing
how can i cancel touch event ?
You should return false instead
thanks but return false does not work too
Обсуждают сегодня