Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java433 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/
DIWindowSession.aidl45 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/
DSession.java155 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()
DWindowState.java5223 void getInsetsForRelayout(Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout() argument
5226 outContentInsets.set(mWindowFrames.mContentInsets); in getInsetsForRelayout()
5234 void getContentInsets(Rect outContentInsets) { in getContentInsets() argument
5235 outContentInsets.set(mWindowFrames.mContentInsets); in getContentInsets()
DDisplayPolicy.java1259 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw() argument
1320 InsetUtils.insetsBetweenFrames(outFrame, cf, outContentInsets); in getLayoutHintLw()
1335 outContentInsets.setEmpty(); in getLayoutHintLw()
DWindowManagerService.java1242 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
1586 outFrame, outContentInsets, outStableInsets, outOutsets, outDisplayCutout)) { in addWindow()
1993 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument
2292 win.getInsetsForRelayout(outOverscanInsets, outContentInsets, outVisibleInsets, in relayoutWindow()