public interface CoordinatesProvider
| android.support.test.espresso.action.CoordinatesProvider |
| |
实现坐标计算的界面。
Public methods |
|
|---|---|
abstract float[] |
calculateCoordinates(View view) 计算给定视图的坐标。 |
float[] calculateCoordinates (View view)
计算给定视图的坐标。
| Parameters | |
|---|---|
view |
View: the View which is used for the calculation. |
| Returns | |
|---|---|
float[] |
a float[] with x and y values of the calculated coordinates. |