Searched refs:topWindowInsetsState (Results 1 – 3 of 3) sorted by relevance
80 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in makeTaskSnapshotWindow() local85 windowBounds, topWindowInsetsState, false /* releaseAfterDraw */); in makeTaskSnapshotWindow()
95 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in create() local160 info.taskBounds, topWindowInsetsState, true /* releaseAfterDraw */); in create()
386 Rect windowBounds, InsetsState topWindowInsetsState, in drawSnapshotOnSurface() argument401 final Rect systemBarInsets = getSystemBarInsets(windowBounds, topWindowInsetsState); in drawSnapshotOnSurface()415 final InsetsState topWindowInsetsState = info.topOpaqueWindowInsetsState; in createLayoutParameters() local416 if (attrs == null || mainWindowParams == null || topWindowInsetsState == null) { in createLayoutParameters()