Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java210 final ClientWindowFrames tmpFrames = new ClientWindowFrames(); in create() local
248 tmpFrames, tmpMergedConfiguration, surfaceControl, tmpInsetsState, in create()
255 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, topWindowInsetsState); in create()
256 snapshotSurface.setFrames(tmpFrames.frame, systemBarInsets); in create()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java167 final ClientWindowFrames tmpFrames = new ClientWindowFrames(); in create() local
248 tmpFrames, tmpMergedConfiguration, surfaceControl, mTmpInsetsState, in create()
254 final Rect systemBarInsets = getSystemBarInsets(tmpFrames.frame, insetsState); in create()
255 snapshotSurface.setFrames(tmpFrames.frame, systemBarInsets); in create()