/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 433 final Rect outContentInsets = new Rect(); in layoutHint_appWindow() local 440 false /* floatingStack */, outFrame, outContentInsets, outStableInsets, in layoutHint_appWindow() 444 assertThat(outContentInsets, is(new Rect(0, STATUS_BAR_HEIGHT, 0, NAV_BAR_HEIGHT))); in layoutHint_appWindow() 460 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask() local 467 false /* floatingStack */, outFrame, outContentInsets, outStableInsets, in layoutHint_appWindowInTask() 471 assertThat(outContentInsets, is(new Rect())); in layoutHint_appWindowInTask() 490 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask_outsideContentFrame() local 497 true /* floatingStack */, outFrame, outContentInsets, outStableInsets, in layoutHint_appWindowInTask_outsideContentFrame() 501 assertThat(outContentInsets, is(new Rect())); in layoutHint_appWindowInTask_outsideContentFrame()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 45 out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets, in addToDisplay() argument 49 in int viewVisibility, in int layerStackId, out Rect outContentInsets, 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/ |
D | Session.java | 155 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, 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() 187 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in relayout() argument 196 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
|
D | WindowState.java | 5080 void getInsetsForRelayout(Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout() argument 5083 outContentInsets.set(mWindowFrames.mContentInsets); in getInsetsForRelayout() 5091 void getContentInsets(Rect outContentInsets) { in getContentInsets() argument 5092 outContentInsets.set(mWindowFrames.mContentInsets); in getContentInsets()
|
D | DisplayPolicy.java | 1251 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw() argument 1312 InsetUtils.insetsBetweenFrames(outFrame, cf, outContentInsets); in getLayoutHintLw() 1327 outContentInsets.setEmpty(); in getLayoutHintLw()
|
D | WindowManagerService.java | 1222 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument 1573 outFrame, outContentInsets, outStableInsets, outOutsets, outDisplayCutout)) { in addWindow() 1980 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument 2277 win.getInsetsForRelayout(outOverscanInsets, outContentInsets, outVisibleInsets, in relayoutWindow()
|