Searched refs:getSystemBarInsets (Results 1 – 4 of 4) sorted by relevance
291 final Rect contentInsets = getSystemBarInsets(task.getBounds(),558 final Rect systemBarInsets = getSystemBarInsets(taskBounds, insetsState);695 static Rect getSystemBarInsets(Rect frame, InsetsState state) {
47 import static com.android.server.wm.TaskSnapshotController.getSystemBarInsets;254 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, insetsState); in create()
255 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, topWindowInsetsState); in create()360 static Rect getSystemBarInsets(Rect frame, InsetsState state) { in getSystemBarInsets() method in TaskSnapshotWindow
49119 HPLcom/android/server/wm/TaskSnapshotController;->getSystemBarInsets(Landroid/graphics/Rect;Landroi…