Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java349 Rect insets = getSafeInsets(rotatedCutout); in estimateWindowBounds()
460 Rect safeCutout = getSafeInsets(original); in rotateCutout()
491 public static Rect getSafeInsets(DisplayCutout cutout) { in getSafeInsets() method in WindowManagerProxy
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java401 cutout = WindowManagerProxy.getSafeInsets(displayInfo.cutout); in Info()