TouchUtils.java | 64 drag(test, x, x, fromY, toY, 4); method 94 drag(test, x, x, fromY, toY, 4); method 197 * @param stepCount How many move steps to include in the drag 215 * @param stepCount How many move steps to include in the drag 231 drag(test, x, x, fromY, toY, stepCount); method 435 * @param stepCount How many move steps to include in the drag 461 * @param stepCount How many move steps to include in the drag 474 drag(test, x, x, fromY, toY, stepCount); method 526 * @param deltaX Amount to drag horizontally in pixels 527 * @param deltaY Amount to drag vertically in pixel 569 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); method 621 drag(test, fromX, toX, fromY, toY, distance); method 668 drag(test, fromX, toX, fromY, fromY, deltaX); method 715 drag(test, fromX, fromX, fromY, toY, deltaY); method 736 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, method in class:TouchUtils 738 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); method 751 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, method in class:TouchUtils [all...] |