Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DWindowUtils.java31 public static Rect getDisplayBounds() { in getDisplayBounds() method in WindowUtils
49 public static Rect getDisplayBounds(int requestedRotation) { in getDisplayBounds() method in WindowUtils
50 Rect displayBounds = getDisplayBounds(); in getDisplayBounds()
71 Rect displayBounds = getDisplayBounds(); in getAppPosition()
94 Rect displayBounds = getDisplayBounds(); in getStatusBarPosition()
112 Rect displayBounds = getDisplayBounds(); in getNavigationBarPosition()
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DLayersTraceTest.java57 private static Rect getDisplayBounds() { in getDisplayBounds() method in LayersTraceTest
141 Assertions.Result result = entry.coversRegion(getDisplayBounds()); in canDetectUncoveredRegion()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.java237 (int) (WindowUtils.getDisplayBounds().height() * windowHeightRatio.floatValue()); in resizeSplitScreen()