Searched defs:outStableInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 45 out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets, in addToDisplay() 50 out Rect outStableInsets, out InsetsState insetsState); in addToDisplayWithoutInputChannel() 102 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 434 final Rect outStableInsets = new Rect(); in layoutHint_appWindow() local 461 final Rect outStableInsets = new Rect(); in layoutHint_appWindowInTask() local 491 final Rect outStableInsets = new Rect(); in layoutHint_appWindowInTask_outsideContentFrame() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 156 Rect outStableInsets, Rect outOutsets, in addToDisplay() 166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplayWithoutInputChannel() 188 Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout()
|
D | WindowState.java | 5224 Rect outStableInsets, Rect outOutsets) { in getInsetsForRelayout() 5242 void getStableInsets(Rect outStableInsets) { in getStableInsets()
|
D | DisplayPolicy.java | 1259 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw()
|
D | WindowManagerService.java | 1242 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() 1994 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | WindowManagerWrapper.java | 99 public void getStableInsets(Rect outStableInsets) { in getStableInsets()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/ |
D | SystemServicesProxy.java | 477 public void getStableInsets(Rect outStableInsets) { in getStableInsets()
|