Home
last modified time | relevance | path

Searched refs:topWindowInsetsState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DWindowlessSnapshotWindowCreator.java80 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in makeTaskSnapshotWindow() local
85 windowBounds, topWindowInsetsState, false /* releaseAfterDraw */); in makeTaskSnapshotWindow()
DTaskSnapshotWindow.java95 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in create() local
160 info.taskBounds, topWindowInsetsState, true /* releaseAfterDraw */); in create()
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java386 Rect windowBounds, InsetsState topWindowInsetsState, in drawSnapshotOnSurface() argument
401 final Rect systemBarInsets = getSystemBarInsets(windowBounds, topWindowInsetsState); in drawSnapshotOnSurface()
415 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in createLayoutParameters() local
416 if (attrs == null || mainWindowParams == null || topWindowInsetsState == null) { in createLayoutParameters()