Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java167 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in create() local
168 if (attrs == null || mainWindowParams == null || topWindowInsetsState == null) { in create()
226 topWindowInsetsState, clearWindowHandler, splashScreenExecutor); in create()
255 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, topWindowInsetsState); in create()
264 int currentOrientation, int activityType, InsetsState topWindowInsetsState, in TaskSnapshotWindow() argument
277 windowPrivateFlags, appearance, taskDescription, 1f, topWindowInsetsState); in TaskSnapshotWindow()