Home
last modified time | relevance | path

Searched defs:outStableInsets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl45 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/
DDisplayPolicyLayoutTests.java434 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/
DSession.java156 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()
DWindowState.java5224 Rect outStableInsets, Rect outOutsets) { in getInsetsForRelayout()
5242 void getStableInsets(Rect outStableInsets) { in getStableInsets()
DDisplayPolicy.java1259 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw()
DWindowManagerService.java1242 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/
DWindowManagerWrapper.java99 public void getStableInsets(Rect outStableInsets) { in getStableInsets()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java477 public void getStableInsets(Rect outStableInsets) { in getStableInsets()