Home
last modified time | relevance | path

Searched refs:windowFrames (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1324 windowFrames.mContainingFrame.set(windowFrames.mParentFrame); in computeFrame()
1356 windowFrames.mContainingFrame.bottom = windowFrames.mParentFrame.bottom; in computeFrame()
1365 windowFrames.mContainingFrame.set(windowFrames.mDisplayFrame); in computeFrame()
1371 windowFrames.mDisplayFrame.set(windowFrames.mContainingFrame); in computeFrame()
1393 windowFrames.setContentChanged(true); in computeFrame()
1403 if (!windowFrames.mFrame.equals(windowFrames.mLastFrame)) { in computeFrame()
1411 windowFrames.mCompatFrame.set(windowFrames.mFrame); in computeFrame()
1424 windowFrames.mRelFrame.set(windowFrames.mFrame); in computeFrame()
1436 windowFrames.mRelFrame.offsetTo(windowFrames.mFrame.left - parentLeft, in computeFrame()
4586 windowFrames.mCompatFrame.set(windowFrames.mFrame); in applyGravityAndUpdateFrame()
[all …]
H A DDisplayPolicy.java1630 windowFrames.setFrames(sTmpStatusFrame /* parentFrame */,
1647 sTmpRect.set(windowFrames.mFrame);
1691 windowFrames.setFrames(navigationFrame /* parentFrame */,
1694 sTmpRect.set(windowFrames.mFrame);
1754 final WindowFrames windowFrames = win.getLayoutingWindowFrames();
1756 sTmpLastParentFrame.set(windowFrames.mParentFrame);
1757 final Rect pf = windowFrames.mParentFrame;
1758 final Rect df = windowFrames.mDisplayFrame;
1759 windowFrames.setParentFrameWasClippedByDisplayCutout(false);
1868 windowFrames.setContentChanged(true);
[all …]
H A DInsetsSourceProvider.java249 InsetsSource createSimulatedSource(DisplayFrames displayFrames, WindowFrames windowFrames) { in createSimulatedSource() argument
254 mTmpRect.set(windowFrames.mFrame); in createSimulatedSource()
H A DInsetsStateController.java400 WindowFrames windowFrames) { in computeSimulatedState() argument
405 state.addSource(provider.createSimulatedSource(displayFrames, windowFrames)); in computeSimulatedState()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowFrameTests.java195 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutNonfullscreenTask() local
196 windowFrames.setFrames(pf, pf); in testLayoutNonfullscreenTask()
209 windowFrames.setFrames(pf, pf); in testLayoutNonfullscreenTask()
237 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutLetterboxedWindow() local
238 windowFrames.setFrames(pf, pf); in testLayoutLetterboxedWindow()
254 windowFrames.setFrames(pf, pf); in testLayoutLetterboxedWindow()