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() 93 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout()
|
D | WindowManagerPolicy.java | 875 public void getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, in getInsetHintLw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 158 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() 166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() 174 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() 181 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() 192 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout()
|
D | WindowManagerService.java | 2273 Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) { in addWindow() 2998 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 3109 public void getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, in getInsetHintLw()
|