Searched defs:outContentInsets (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 39 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets, in add() 42 in int viewVisibility, in int layerStackId, out Rect outContentInsets, in addToDisplay() 45 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets); in addWithoutInputChannel() 47 in int viewVisibility, in int layerStackId, out Rect outContentInsets, in addToDisplayWithoutInputChannel() 97 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout()
|
D | WindowManagerPolicy.java | 1177 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 183 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() 191 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() 199 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() 206 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() 222 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout()
|
D | WindowManagerService.java | 1172 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() 1887 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4275 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw()
|