Android Utililty Methods MotionEvent Dispatch

List of utility methods to do MotionEvent Dispatch

Description

The list of methods to do MotionEvent Dispatch are organized into topic(s).

Method

voiddispatchMotionEvents( final Instrumentation instrumentation, final Iterable motionEvents)
dispatch Motion Events
dispatchMotionEvents(instrumentation, motionEvents, false);
voiddispatchMotionEventsAndWait( final Instrumentation instrumentation, final Iterable motionEvents)
dispatch Motion Events And Wait
dispatchMotionEvents(instrumentation, motionEvents, true);