Searched refs:mWindowLayout (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | WindowLayoutTests.java | 71 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 D | WindowTestsBase.java | 1108 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 D | DisplayPolicy.java | 334 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 D | ViewRootImpl.java | 724 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()
|