Home
last modified time | relevance | path

Searched refs:outOutsets (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DPhoneWindowManagerLayoutTest.java330 final Rect outOutsets = new Rect(); in layoutHint_appWindow() local
335 outStableInsets, outOutsets, outDisplayCutout); in layoutHint_appWindow()
340 assertThat(outOutsets, is(new Rect())); in layoutHint_appWindow()
354 final Rect outOutsets = new Rect(); in layoutHint_appWindowInTask() local
359 outStableInsets, outOutsets, outDisplayCutout); in layoutHint_appWindowInTask()
364 assertThat(outOutsets, is(new Rect())); in layoutHint_appWindowInTask()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl45 out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets, in addToDisplay() argument
102 out Rect outOutsets, out Rect outBackdropFrame, in relayout() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java203 Rect outStableInsets, Rect outOutsets, in addToDisplay() argument
206 outContentInsets, outStableInsets, outOutsets, outDisplayCutout, outInputChannel); in addToDisplay()
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
2160 outOutsets.set(win.mOutsets); in relayoutWindow()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1201 Rect outStableInsets, Rect outOutsets, in getLayoutHintLw() argument
DPhoneWindowManager.java4546 Rect outOutsets, DisplayCutout.ParcelableWrapper outDisplayCutout) { in getLayoutHintLw() argument
4555 final boolean useOutsets = outOutsets != null && shouldUseOutsets(attrs, fl); in getLayoutHintLw()
4560 outOutsets.bottom += outset; in getLayoutHintLw()
4562 outOutsets.right += outset; in getLayoutHintLw()
4564 outOutsets.top += outset; in getLayoutHintLw()
4566 outOutsets.left += outset; in getLayoutHintLw()