Home
last modified time | relevance | path

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

/AOO41X/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java102 static Point windowMaxPosition; field in RecoveryTest
618 windowMaxPosition = pos; in makeWindowPositionRage()
700 posSize.X = rand.nextInt(windowMaxPosition.x + 1); in makePosZize()
701 posSize.Y = rand.nextInt(windowMaxPosition.y + 1); in makePosZize()