Home
last modified time | relevance | path

Searched refs:toY (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
107 int dy = toY > fromY ? 1 : -1; in drag()
111 int sy = (toY - fromY) / stepTarget; in drag()
114 while (x != toX || y != toY) { in drag()
120 if( ((y - toY) * dy) > 0) in drag()
121 y = toY; 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/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...