android.support.test.espresso.action.Swiper |
Known Indirect Subclasses |
Interface to implement different swipe types.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Swiper.Status | The result of the swipe. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Swipes from startCoordinates
to endCoordinates
using the given
uiController
to send MotionEvent
s.
uiController | a UiController to use to send MotionEvents to the screen. |
---|---|
startCoordinates | a float[] with x and y co-ordinates of the start of the swipe. |
endCoordinates | a float[] with x and y co-ordinates of the end of the swipe. |
precision | a float[] with x and y values of precision of the tap. |