Searched defs:displayBounds (Results 1 – 12 of 12) sorted by relevance
28 val displayBounds = in doEvaluate() constant
29 val displayBounds = in doEvaluate() constant
32 val displayBounds = Rect() // TODO: Get display bounds from wmSubject in doEvaluate() constant
34 val displayBounds = in doEvaluate() constant
33 val displayBounds = in doEvaluate() constant
43 val displayBounds: Rect constant84 val displayBounds = displayBounds in getDisplayBounds() constant201 val displayBounds = displayBounds in estimateNavigationBarPosition() constant
52 val displayBounds: Rect = windowMetrics.bounds in close() constant
433 val displayBounds: Rect = windowMetrics.getBounds() in openTutorialViaSwipe() constant
56 private val displayBounds = Region(0, 0, 1440, 2960) constant in android.tools.flicker.subject.wm.WindowManagerStateSubjectTest