Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl39 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets, in add() argument
43 out Rect outStableInsets, out Rect outOutsets, out InputChannel outInputChannel); in addToDisplay() argument
45 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets); in addWithoutInputChannel() argument
48 out Rect outStableInsets); in addToDisplayWithoutInputChannel() argument
97 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout() argument
DWindowManagerPolicy.java964 Rect outStableInsets, Rect outOutsets); in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java164 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument
167 outContentInsets, outStableInsets, null /* outOutsets */, outInputChannel); in add()
172 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() argument
175 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
180 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() argument
182 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
187 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() argument
189 outContentInsets, outStableInsets, null /* outOutsets */, null); in addToDisplayWithoutInputChannel()
211 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout() argument
218 outStableInsets, outsets, outBackdropFrame, outConfig, outSurface); in relayout()
DWindowManagerService.java1860 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
2140 outStableInsets, outOutsets)) { in addWindow()
2145 outStableInsets.setEmpty(); in addWindow()
2759 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow() argument
2982 outStableInsets.set(win.mStableInsets); in relayoutWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java1072 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
1076 WindowManagerGlobal.getWindowManagerService().getStableInsets(outStableInsets); in getStableInsets()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3853 Rect outStableInsets, Rect outOutsets) { in getInsetHintLw() argument
3905 outStableInsets.set(mStableLeft, mStableTop, in getInsetHintLw()
3910 calculateRelevantTaskInsets(taskBounds, outStableInsets, in getInsetHintLw()
3916 outStableInsets.setEmpty(); in getInsetHintLw()