/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 41 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 50 in int viewVisibility, in int layerStackId, out Rect outContentInsets, 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/ |
D | Session.java | 193 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument 196 new Rect() /* outFrame */, outContentInsets, outStableInsets, null /* outOutsets */, in add() 202 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, 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() 237 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in relayout() argument 246 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
|
D | WindowManagerService.java | 1128 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument 1471 outContentInsets, outStableInsets, outOutsets, outDisplayCutout)) { in addWindow() 1858 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument 2155 outContentInsets.set(win.mContentInsets); in relayoutWindow()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/ |
D | PhoneWindowManagerLayoutTest.java | 328 final Rect outContentInsets = new Rect(); in layoutHint_appWindow() local 334 mPolicy.getLayoutHintLw(mAppWindow.attrs, null, mFrames, outFrame, outContentInsets, in layoutHint_appWindow() 338 assertThat(outContentInsets, is(new Rect(0, STATUS_BAR_HEIGHT, 0, NAV_BAR_HEIGHT))); in layoutHint_appWindow() 352 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask() local 358 mPolicy.getLayoutHintLw(mAppWindow.attrs, taskBounds, mFrames, outFrame, outContentInsets, in layoutHint_appWindowInTask() 362 assertThat(outContentInsets, is(new Rect())); in layoutHint_appWindowInTask()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 1200 DisplayFrames displayFrames, Rect outFrame, Rect outContentInsets, in getLayoutHintLw() argument
|
D | PhoneWindowManager.java | 4545 DisplayFrames displayFrames, Rect outFrame, Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw() argument 4594 outContentInsets.set(displayFrames.mStableFullscreen.left, in getLayoutHintLw() 4599 outContentInsets.set(outStableInsets); in getLayoutHintLw() 4602 outContentInsets.setEmpty(); in getLayoutHintLw() 4604 outContentInsets.set(displayFrames.mCurrent.left, displayFrames.mCurrent.top, in getLayoutHintLw() 4610 calculateRelevantTaskInsets(taskBounds, outContentInsets, in getLayoutHintLw() 4629 outContentInsets.setEmpty(); in getLayoutHintLw()
|