| androidx.test.espresso.action.CoordinatesProvider |
|
|
Interface to implement calculation of Coordinates.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Calculates coordinates of given view.
| |||||||||||
Calculates coordinates of given 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. |