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.java1205 Rect outStableInsets, Rect outOutsets); in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java201 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument
203 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
DWindowManagerService.java1202 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
1542 outStableInsets, outOutsets)) { in addWindow()
1929 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, in relayoutWindow() argument
2226 outOutsets.set(win.mOutsets); in relayoutWindow()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java317 Rect outStableInsets, Rect outOutsets) {
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4310 Rect outStableInsets, Rect outOutsets) { in getInsetHintLw() argument
4315 final boolean useOutsets = outOutsets != null && shouldUseOutsets(attrs, fl); in getInsetHintLw()
4320 outOutsets.bottom += outset; in getInsetHintLw()
4322 outOutsets.right += outset; in getInsetHintLw()
4324 outOutsets.top += outset; in getInsetHintLw()
4326 outOutsets.left += outset; in getInsetHintLw()