Home | History | Annotate | Download | only in util

Lines Matching refs:coordinates

49      * parameters are used to compute the final screen coordinates of the tap point.
59 // Get anchor coordinates on the screen
87 * Offset parameters are used to compute the final screen coordinates of the tap points.
97 // Get anchor coordinates on the screen
159 * @param coordinates the ordered list of points for the drag gesture
162 SparseArray<Point> coordinates) {
163 emulateDragGesture(instrumentation, coordinates, 2000, 20);
167 SparseArray<Point> coordinates, int dragDurationMs, int moveEventCount) {
168 final int coordinatesSize = coordinates.size();
178 injectDownEvent(uiAutomation, downTime, coordinates.get(0).x, coordinates.get(0).y);
186 coordinates.get(i).x,
187 coordinates.get(i).y,
188 coordinates.get(i + 1).x,
189 coordinates.get(i + 1).y,
197 coordinates.get(coordinatesSize - 1).x,
198 coordinates.get(coordinatesSize - 1).y);
234 // Note that the first MOVE event is generated "away" from the coordinates
236 // at the same coordinates as the subsequent UP event.
242 // to be spaced at 10 millisecond intervals, interpolating the coordinates from the
306 // Get view coordinates on the screen
432 * {@link View}. Offset parameters are used to compute the final screen coordinates of the