Home
last modified time | relevance | path

Searched refs:outStableInsets (Results 1 – 5 of 5) 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
95 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout() argument
DWindowManagerPolicy.java898 Rect outContentInsets, Rect outStableInsets, Rect outOutsets); in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java158 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument
161 outContentInsets, outStableInsets, null /* outOutsets */, outInputChannel); in add()
166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() argument
169 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
174 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() argument
176 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
181 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() argument
183 outContentInsets, outStableInsets, null /* outOutsets */, null); in addToDisplayWithoutInputChannel()
193 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Configuration in relayout() argument
201 outStableInsets, outsets, outConfig, outSurface); in relayout()
DWindowManagerService.java2354 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
2594 mPolicy.getInsetHintLw(win.mAttrs, mRotation, outContentInsets, outStableInsets, in addWindow()
2598 outStableInsets.setEmpty(); in addWindow()
3090 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Configuration outConfig, in relayoutWindow() argument
3380 outStableInsets.set(win.mStableInsets); in relayoutWindow()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3391 Rect outContentInsets, Rect outStableInsets, Rect outOutsets) { in getInsetHintLw() argument
3443 outStableInsets.set(mStableLeft, mStableTop, in getInsetHintLw()
3448 outStableInsets.setEmpty(); in getInsetHintLw()