Tapper
public interface Tapper
android.support.test.espresso.action.Tapper |
Known Indirect Subclasses
|
实现不同点击类型的界面。
Summary
Public methods
sendTap
Tapper.Status sendTap (UiController uiController,
float[] coordinates,
float[] precision)
Sends a MotionEvent to the given UiController.
Parameters |
uiController |
UiController : a UiController to use to send MotionEvents to the screen. |
coordinates |
float : a float[] with x and y values of center of the tap. |
precision |
float : a float[] with x and y values of precision of the tap. |