Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowLayoutTests.java71 private final WindowLayout mWindowLayout = new WindowLayout(); field in WindowLayoutTests
104 mWindowLayout.computeFrames(mAttrs, mState, mDisplayCutoutSafe, mWindowBounds, in computeFrames()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestsBase.java1108 private ActivityInfo.WindowLayout mWindowLayout; field in WindowTestsBase.ActivityBuilder
1238 mWindowLayout = windowLayout; in setWindowLayout()
1300 aInfo.windowLayout = mWindowLayout; in buildInner()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java334 private final WindowLayout mWindowLayout = new WindowLayout(); field in DisplayPolicy
1322 mWindowLayout.computeFrames(win.mAttrs.forRotation(displayFrames.mRotation),
1371 mWindowLayout.computeFrames(attrs, win.getInsetsState(), displayFrames.mDisplayCutoutSafe,
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java724 private final WindowLayout mWindowLayout; field in ViewRootImpl
1139 mWindowLayout = windowLayout; in ViewRootImpl()
1522 mWindowLayout.computeFrames(mWindowAttributes, state,
8431 mWindowLayout.computeFrames(mWindowAttributes.forRotation(winConfig.getRotation()), in relayoutWindow()