Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java291 final Rect contentInsets = getSystemBarInsets(task.getBounds(),
558 final Rect systemBarInsets = getSystemBarInsets(taskBounds, insetsState);
695 static Rect getSystemBarInsets(Rect frame, InsetsState state) {
H A DTaskSnapshotSurface.java47 import static com.android.server.wm.TaskSnapshotController.getSystemBarInsets;
254 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, insetsState); in create()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java255 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, topWindowInsetsState); in create()
360 static Rect getSystemBarInsets(Rect frame, InsetsState state) { in getSystemBarInsets() method in TaskSnapshotWindow
/aosp12/frameworks/base/services/
H A Dart-profile49119 HPLcom/android/server/wm/TaskSnapshotController;->getSystemBarInsets(Landroid/graphics/Rect;Landroi…