Searched refs:outOutsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 43 out Rect outStableInsets, out Rect outOutsets, out InputChannel outInputChannel); in addToDisplay() argument 98 out Rect outOutsets, out Rect outBackdropFrame, in relayout() argument
|
D | WindowManagerPolicy.java | 1178 Rect outStableInsets, Rect outOutsets); in getInsetHintLw() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 192 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument 194 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
|
D | WindowManagerService.java | 1172 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/ |
D | TestWindowManagerPolicy.java | 303 Rect outStableInsets, Rect outOutsets) {
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4276 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()
|