Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl43 out Rect outStableInsets, out Rect outOutsets, out InputChannel outInputChannel); in addToDisplay() argument
96 out Rect outOutsets, out Configuration outConfig, out Surface outSurface); in relayout() argument
DWindowManagerPolicy.java898 Rect outContentInsets, Rect outStableInsets, Rect outOutsets); in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java167 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument
169 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
DWindowManagerService.java2354 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
2595 outOutsets); in addWindow()
3090 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Configuration outConfig, in relayoutWindow() argument
3381 outOutsets.set(win.mOutsets); in relayoutWindow()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3391 Rect outContentInsets, Rect outStableInsets, Rect outOutsets) { in getInsetHintLw() argument
3396 final boolean useOutsets = outOutsets != null && shouldUseOutsets(attrs, fl); in getInsetHintLw()
3401 outOutsets.bottom += outset; in getInsetHintLw()
3403 outOutsets.right += outset; in getInsetHintLw()
3405 outOutsets.top += outset; in getInsetHintLw()
3407 outOutsets.left += outset; in getInsetHintLw()