Home
last modified time | relevance | path

Searched refs:toX (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
106 int dx = toX > fromX ? 1 : -1; in drag()
110 int sx = (toX - fromX) / stepTarget; in drag()
114 while (x != toX || y != toY) { in drag()
118 if( ((x - toX) * dx) > 0) in drag()
119 x = toX; 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/ ...