Home | History | Annotate | Download | only in test

Lines Matching refs:drag

64         drag(test, x, x, fromY, toY, 4);
94 drag(test, x, x, fromY, toY, 4);
209 * @param stepCount How many move steps to include in the drag
227 * @param stepCount How many move steps to include in the drag
243 drag(test, x, x, fromY, toY, stepCount);
447 * @param stepCount How many move steps to include in the drag
473 * @param stepCount How many move steps to include in the drag
486 drag(test, x, x, fromY, toY, stepCount);
538 * @param deltaX Amount to drag horizontally in pixels
539 * @param deltaY Amount to drag vertically in pixels
541 * @return distance in pixels covered by the drag
560 * @param deltaX Amount to drag horizontally in pixels
561 * @param deltaY Amount to drag vertically in pixels
563 * @return distance in pixels covered by the drag
581 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance);
596 * @return distance in pixels covered by the drag
618 * @return distance in pixels covered by the drag
633 drag(test, fromX, toX, fromY, toY, distance);
647 * @return distance in pixels covered by the drag
668 * @return distance in pixels covered by the drag
680 drag(test, fromX, toX, fromY, fromY, deltaX);
694 * @return distance in pixels covered by the drag
715 * @return distance in pixels covered by the drag
727 drag(test, fromX, fromX, fromY, toY, deltaY);
738 * @param toX Xcoordinate of the drag destination, in screen coordinates
740 * @param toY Y coordinate of the drag destination, in screen coordinates
741 * @param stepCount How many move steps to include in the drag
748 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX,
750 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount);
758 * @param toX Xcoordinate of the drag destination, in screen coordinates
760 * @param toY Y coordinate of the drag destination, in screen coordinates
761 * @param stepCount How many move steps to include in the drag
763 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY,