Searched refs:getDisplayBounds (Results 1 – 3 of 3) sorted by relevance
31 public static Rect getDisplayBounds() { in getDisplayBounds() method in WindowUtils49 public static Rect getDisplayBounds(int requestedRotation) { in getDisplayBounds() method in WindowUtils50 Rect displayBounds = getDisplayBounds(); in getDisplayBounds()71 Rect displayBounds = getDisplayBounds(); in getAppPosition()94 Rect displayBounds = getDisplayBounds(); in getStatusBarPosition()112 Rect displayBounds = getDisplayBounds(); in getNavigationBarPosition()
57 private static Rect getDisplayBounds() { in getDisplayBounds() method in LayersTraceTest141 Assertions.Result result = entry.coversRegion(getDisplayBounds()); in canDetectUncoveredRegion()
237 (int) (WindowUtils.getDisplayBounds().height() * windowHeightRatio.floatValue()); in resizeSplitScreen()