Skip to content

Most visited

Recently visited

navigation

MotionEvents

public final class MotionEvents
extends Object

java.lang.Object
   ↳ android.support.test.espresso.action.MotionEvents


Facilitates sending of motion events to a UiController.

Summary

Nested classes

class MotionEvents.DownResultHolder

Holds the result of a down motion. 

Public methods

static void sendCancel(UiController uiController, MotionEvent downEvent)
static MotionEvents.DownResultHolder sendDown(UiController uiController, float[] coordinates, float[] precision)
static boolean sendMovement(UiController uiController, MotionEvent downEvent, float[] coordinates)
static boolean sendUp(UiController uiController, MotionEvent downEvent)
static boolean sendUp(UiController uiController, MotionEvent downEvent, float[] coordinates)

Inherited methods

From class java.lang.Object

Public methods

sendCancel

void sendCancel (UiController uiController, 
                MotionEvent downEvent)

Parameters
uiController UiController
downEvent MotionEvent

sendDown

MotionEvents.DownResultHolder sendDown (UiController uiController, 
                float[] coordinates, 
                float[] precision)

Parameters
uiController UiController
coordinates float
precision float
Returns
MotionEvents.DownResultHolder

sendMovement

boolean sendMovement (UiController uiController, 
                MotionEvent downEvent, 
                float[] coordinates)

Parameters
uiController UiController
downEvent MotionEvent
coordinates float
Returns
boolean

sendUp

boolean sendUp (UiController uiController, 
                MotionEvent downEvent)

Parameters
uiController UiController
downEvent MotionEvent
Returns
boolean

sendUp

boolean sendUp (UiController uiController, 
                MotionEvent downEvent, 
                float[] coordinates)

Parameters
uiController UiController
downEvent MotionEvent
coordinates float
Returns
boolean
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.