Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl41 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets, in add() argument
45 out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets, in addToDisplay() argument
48 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets); in addWithoutInputChannel() argument
51 out Rect outStableInsets); in addToDisplayWithoutInputChannel() argument
101 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java193 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument
196 new Rect() /* outFrame */, outContentInsets, outStableInsets, null /* outOutsets */, in add()
203 Rect outStableInsets, Rect outOutsets, in addToDisplay() argument
206 outContentInsets, outStableInsets, outOutsets, outDisplayCutout, outInputChannel); in addToDisplay()
211 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() argument
213 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
218 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() argument
220 new Rect() /* outFrame */, outContentInsets, outStableInsets, null /* outOutsets */, in addToDisplayWithoutInputChannel()
238 Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout() argument
247 outStableInsets, outsets, outBackdropFrame, cutout, in relayout()
DWindowManagerService.java1128 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
1471 outContentInsets, outStableInsets, outOutsets, outDisplayCutout)) { in addWindow()
1859 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow() argument
2158 outStableInsets.set(win.mStableInsets); in relayoutWindow()
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DPhoneWindowManagerLayoutTest.java329 final Rect outStableInsets = new Rect(); in layoutHint_appWindow() local
335 outStableInsets, outOutsets, outDisplayCutout); in layoutHint_appWindow()
339 assertThat(outStableInsets, is(new Rect(0, STATUS_BAR_HEIGHT, 0, NAV_BAR_HEIGHT))); in layoutHint_appWindow()
353 final Rect outStableInsets = new Rect(); in layoutHint_appWindowInTask() local
359 outStableInsets, outOutsets, outDisplayCutout); in layoutHint_appWindowInTask()
363 assertThat(outStableInsets, is(new Rect())); in layoutHint_appWindowInTask()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java91 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
94 outStableInsets); in getStableInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java474 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
478 mIwm.getStableInsets(Display.DEFAULT_DISPLAY, outStableInsets); in getStableInsets()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1201 Rect outStableInsets, Rect outOutsets, in getLayoutHintLw() argument
DPhoneWindowManager.java4545 DisplayFrames displayFrames, Rect outFrame, Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw() argument
4588 outStableInsets.set(displayFrames.mStable.left, displayFrames.mStable.top, in getLayoutHintLw()
4599 outContentInsets.set(outStableInsets); in getLayoutHintLw()
4612 calculateRelevantTaskInsets(taskBounds, outStableInsets, in getLayoutHintLw()
4630 outStableInsets.setEmpty(); in getLayoutHintLw()