Home
last modified time | relevance | path

Searched refs:fromX (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java100 public static void drag(int fromX, int fromY, int toX, int toY) { in drag() argument
101 robot.mouseMove(fromX, fromY); in drag()
103 int x = fromX; in drag()
106 int dx = toX > fromX ? 1 : -1; in drag()
110 int sx = (toX - fromX) / stepTarget; in drag()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java96 public void drag(int fromX, int fromY, int toX, int toY) { in drag() argument
98 Tester.drag((int) rect.x + fromX, (int) rect.y + fromY, (int) rect.x + toX, (int) rect.y + toY); in drag()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 24 milliseconds