Home
last modified time | relevance | path

Searched refs:outStableInsets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java434 final Rect outStableInsets = new Rect(); in layoutHint_appWindow() local
440 false /* floatingStack */, outFrame, outContentInsets, outStableInsets, in layoutHint_appWindow()
445 assertThat(outStableInsets, is(new Rect(0, STATUS_BAR_HEIGHT, 0, NAV_BAR_HEIGHT))); in layoutHint_appWindow()
461 final Rect outStableInsets = new Rect(); in layoutHint_appWindowInTask() local
467 false /* floatingStack */, outFrame, outContentInsets, outStableInsets, in layoutHint_appWindowInTask()
472 assertThat(outStableInsets, is(new Rect())); in layoutHint_appWindowInTask()
491 final Rect outStableInsets = new Rect(); in layoutHint_appWindowInTask_outsideContentFrame() local
497 true /* floatingStack */, outFrame, outContentInsets, outStableInsets, in layoutHint_appWindowInTask_outsideContentFrame()
502 assertThat(outStableInsets, is(new Rect())); in layoutHint_appWindowInTask_outsideContentFrame()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl45 out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets, in addToDisplay() argument
50 out Rect outStableInsets, out InsetsState insetsState); in addToDisplayWithoutInputChannel() argument
102 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java156 Rect outStableInsets, Rect outOutsets, in addToDisplay() argument
160 outContentInsets, outStableInsets, outOutsets, outDisplayCutout, outInputChannel, in addToDisplay()
166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplayWithoutInputChannel() argument
169 new Rect() /* outFrame */, outContentInsets, outStableInsets, null /* outOutsets */, in addToDisplayWithoutInputChannel()
188 Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout() argument
197 outStableInsets, outsets, outBackdropFrame, cutout, in relayout()
DWindowState.java5081 Rect outStableInsets, Rect outOutsets) { in getInsetsForRelayout() argument
5085 outStableInsets.set(mWindowFrames.mStableInsets); in getInsetsForRelayout()
5099 void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
5100 outStableInsets.set(mWindowFrames.mStableInsets); in getStableInsets()
DDisplayPolicy.java1251 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw() argument
1313 InsetUtils.insetsBetweenFrames(outFrame, sf, outStableInsets); in getLayoutHintLw()
1328 outStableInsets.setEmpty(); in getLayoutHintLw()
DWindowManagerService.java1222 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
1573 outFrame, outContentInsets, outStableInsets, outOutsets, outDisplayCutout)) { in addWindow()
1981 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow() argument
2278 outStableInsets, outOutsets); in relayoutWindow()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java99 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
102 outStableInsets); in getStableInsets()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java477 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
481 mIwm.getStableInsets(Display.DEFAULT_DISPLAY, outStableInsets); in getStableInsets()