Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java108 static Size windowMaxSize; field in RecoveryTest
614 windowMaxSize = size; in makeWindowPositionRage()
693 int maxHeight = windowMaxSize.Height-posSize.X; in makePosZize()
694 int maxWidth = windowMaxSize.Width-posSize.Y; in makePosZize()
696 int width = rand.nextInt((windowMaxSize.Width-posSize.Y) + 1); in makePosZize()