Searched refs:newRect (Results 1 – 2 of 2) sorted by relevance
187 Rectangle newRect = handle.getDocumentPosSize(); in checkPersistentWindowState() local200 + 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()
284 Rectangle newRect = xWindow.getPosSize(); in compareWindowPositions() local287 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 30 milliseconds