Home
last modified time | relevance | path

Searched refs:fromY (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()
104 int y = fromY; in drag()
107 int dy = toY > fromY ? 1 : -1; in drag()
111 int sy = (toY - fromY) / 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