TouchUtils.java | 63 drag(test, x, x, fromY, toY, 4); method 93 drag(test, x, x, fromY, toY, 4); method 208 * @param stepCount How many move steps to include in the drag 226 * @param stepCount How many move steps to include in the drag 242 drag(test, x, x, fromY, toY, stepCount); method 446 * @param stepCount How many move steps to include in the drag 472 * @param stepCount How many move steps to include in the drag 485 drag(test, x, x, fromY, toY, stepCount); method 537 * @param deltaX Amount to drag horizontally in pixels 538 * @param deltaY Amount to drag vertically in pixel 580 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); method 632 drag(test, fromX, toX, fromY, toY, distance); method 679 drag(test, fromX, toX, fromY, fromY, deltaX); method 726 drag(test, fromX, fromX, fromY, toY, deltaY); method 747 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, method in class:TouchUtils 749 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); method 762 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, method in class:TouchUtils [all...] |