android.support.test.espresso.action.Tapper |
Known Indirect Subclasses |
Interface to implement different click types.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tapper.Status | The result of the tap. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sends a MotionEvent to the given UiController.
|
Sends a MotionEvent to the given UiController.
uiController | a UiController to use to send MotionEvents to the screen. |
---|---|
coordinates | a float[] with x and y values of center of the tap. |
precision | a float[] with x and y values of precision of the tap. |