Searched refs:newRect (Results 1 – 2 of 2) sorted by relevance
174 Rectangle newRect = handle.getDocumentPosSize(); in checkPersistentWindowState() local187 + newRect.X + ";" + newRect.Y + ";" + newRect.Width + ";" in checkPersistentWindowState()188 + newRect.Height); in checkPersistentWindowState()200 …esized and restarted window for " + els[i] + " are not equal.", compareRectangles(rect2, newRect)); in checkPersistentWindowState()
274 Rectangle newRect = xWindow.getPosSize(); in compareWindowPositions() local277 boolean ok = oldRect.Height == newRect.Height; in compareWindowPositions()278 ok &= oldRect.Width == newRect.Width; in compareWindowPositions()279 ok &= oldRect.X == newRect.X; in compareWindowPositions()280 ok &= oldRect.Y == newRect.Y; in compareWindowPositions()285 msg += "X : " + oldRect.X + " -> " + newRect.X + "\n"; in compareWindowPositions()286 msg += "Y : " + oldRect.Y + " -> " + newRect.Y + "\n"; in compareWindowPositions()287 msg += "Height: " + oldRect.Height + " -> " + newRect.Height + "\n"; in compareWindowPositions()288 msg += "Width : " + oldRect.Width + " -> " + newRect.Width + "\n"; in compareWindowPositions()
Completed in 20 milliseconds