Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DStartingWindowInfo.java107 public WindowManager.LayoutParams mainWindowLayoutParams; field in StartingWindowInfo
195 dest.writeTypedObject(mainWindowLayoutParams, flags); in writeToParcel()
209 mainWindowLayoutParams = source.readTypedObject(WindowManager.LayoutParams.CREATOR); in readFromParcel()
226 + " mainWindowLayoutParams=" + mainWindowLayoutParams in toString()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java312 windowInfo.mainWindowLayoutParams = new WindowManager.LayoutParams(); in createWindowInfo()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java166 final WindowManager.LayoutParams mainWindowParams = info.mainWindowLayoutParams; in create()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java3534 info.mainWindowLayoutParams = mainWindow.getAttrs();