Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl43 out Rect outStableInsets, out Rect outOutsets, out InputChannel outInputChannel); in addToDisplay() argument
98 out Rect outOutsets, out Rect outBackdropFrame, in relayout() argument
DWindowManagerPolicy.java1178 Rect outStableInsets, Rect outOutsets); in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java192 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument
194 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
DWindowManagerService.java1172 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
1502 outStableInsets, outOutsets)) { in addWindow()
1888 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow() argument
2158 outOutsets.set(win.mOutsets); in relayoutWindow()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java303 Rect outStableInsets, Rect outOutsets) {
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4276 Rect outStableInsets, Rect outOutsets) { in getInsetHintLw() argument
4281 final boolean useOutsets = outOutsets != null && shouldUseOutsets(attrs, fl); in getInsetHintLw()
4286 outOutsets.bottom += outset; in getInsetHintLw()
4288 outOutsets.right += outset; in getInsetHintLw()
4290 outOutsets.top += outset; in getInsetHintLw()
4292 outOutsets.left += outset; in getInsetHintLw()