Function declaration
Execution flow
Checks whether a sequence of input events is self-consistent.
Defensive cleanup for new gesture.
Filter the touch event to apply security policies.
Call mOnTouchListener.onTouch(event) if mOnTouchListener is not null
Call onTouchEvent(event) if the event was not intercepted
If the event still was not intercepted. Then, notifies the verifier that a given event was unhandled and the rest of the trace for the event should be ignored.
Clean up after nested scrolls if this is the end of a gesture. also cancel it if we tried an ACTION_DOWN but we didn't want the rest of the gesture.
Reference
- Author:CoderWdd
- URL:https://www.wuinsights.top//article/e3c5a865687e
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts