Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java281 Rectangle oldRect = (Rectangle) windowsPosSize.get(frameName); 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 13 milliseconds