Skip to content

Instantly share code, notes, and snippets.

@mrenouf
Created January 25, 2018 14:13
Show Gist options
  • Save mrenouf/b449896f44ef7da51e1175348d4a7920 to your computer and use it in GitHub Desktop.
Save mrenouf/b449896f44ef7da51e1175348d4a7920 to your computer and use it in GitHub Desktop.
ViewRootImpl.deliverInputEvent
....
ViewRootImpl.processPointerEvent
View.dispatchPointerEvent (DecorView)
View.dispatchTouchEvent (DecorView)
Activity.dispatchTouchEvent (Window.Callback)
Window.superDispatchTouchEvent (PhoneWindow)
DecorView.superDispatchTouchEvent
super.dispatchTouchEvent(event) (ViewGroup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment