Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAbsAppSnapshotController.java311 final Rect contentInsets = getSystemBarInsets(mainWindow.getFrame(), in prepareTaskSnapshot()
425 final Rect systemBarInsets = getSystemBarInsets(mainWindow.getFrame(), insetsState); in drawAppThemeSnapshot()
463 static Rect getSystemBarInsets(Rect frame, InsetsState state) { in getSystemBarInsets() method in AbsAppSnapshotController
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java401 final Rect systemBarInsets = getSystemBarInsets(windowBounds, topWindowInsetsState); in drawSnapshotOnSurface()
459 static Rect getSystemBarInsets(Rect frame, InsetsState state) { in getSystemBarInsets() method in SnapshotDrawerUtils