Home
last modified time | relevance | path

Searched refs:newRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/qa/complex/persistent_window_states/
H A DPersistentWindowTest.java187 Rectangle newRect = handle.getDocumentPosSize(); in checkPersistentWindowState() local
200 + newRect.X + ";" + newRect.Y + ";" + newRect.Width + ";" in checkPersistentWindowState()
201 + newRect.Height); in checkPersistentWindowState()
213 …esized and restarted window for " + els[i] + " are not equal.", compareRectangles(rect2, newRect)); in checkPersistentWindowState()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java284 Rectangle newRect = xWindow.getPosSize(); in compareWindowPositions() local
287 boolean ok = oldRect.Height == newRect.Height; in compareWindowPositions()
288 ok &= oldRect.Width == newRect.Width; in compareWindowPositions()
289 ok &= oldRect.X == newRect.X; in compareWindowPositions()
290 ok &= oldRect.Y == newRect.Y; in compareWindowPositions()
295 msg += "X : " + oldRect.X + " -> " + newRect.X + "\n"; in compareWindowPositions()
296 msg += "Y : " + oldRect.Y + " -> " + newRect.Y + "\n"; in compareWindowPositions()
297 msg += "Height: " + oldRect.Height + " -> " + newRect.Height + "\n"; in compareWindowPositions()
298 msg += "Width : " + oldRect.Width + " -> " + newRect.Width + "\n"; in compareWindowPositions()

Completed in 28 milliseconds