Searched refs:displayFrames (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 919 (displayFrames, windowState, rect) -> { in prepareAddWindowLw() 921 rect.bottom = getStatusBarHeight(displayFrames); in prepareAddWindowLw() 943 (displayFrames, windowState, inOutFrame) -> { in prepareAddWindowLw() 947 (displayFrames, windowState, inOutFrame) -> { in prepareAddWindowLw() 950 inOutFrame.bottom = displayFrames.mDisplayHeight; in prepareAddWindowLw() 951 inOutFrame.right = displayFrames.mUnrestricted.left + mSideGestureInset; in prepareAddWindowLw() 954 (displayFrames, windowState, inOutFrame) -> { in prepareAddWindowLw() 955 inOutFrame.left = displayFrames.mUnrestricted.right - mSideGestureInset; in prepareAddWindowLw() 957 inOutFrame.bottom = displayFrames.mDisplayHeight; in prepareAddWindowLw() 958 inOutFrame.right = displayFrames.mDisplayWidth; in prepareAddWindowLw() [all …]
|
D | WindowManagerService.java | 1549 final DisplayFrames displayFrames = displayContent.mDisplayFrames; in addWindow() local 1552 displayFrames.onDisplayInfoUpdated(displayInfo, in addWindow() 1564 if (displayPolicy.getLayoutHintLw(win.mAttrs, taskBounds, displayFrames, floatingStack, in addWindow()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsSourceProviderTest.java | 82 (displayFrames, windowState, rect) -> { in testPostLayout_frameProvider()
|