Searched defs:outContentInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 45 out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets, in addToDisplay() 49 in int viewVisibility, in int layerStackId, out Rect outContentInsets, in addToDisplayWithoutInputChannel() 102 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 433 final Rect outContentInsets = new Rect(); in layoutHint_appWindow() local 460 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask() local 490 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask_outsideContentFrame() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 155 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, in addToDisplay() 166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplayWithoutInputChannel() 187 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in relayout()
|
D | WindowState.java | 5080 void getInsetsForRelayout(Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout() 5091 void getContentInsets(Rect outContentInsets) { in getContentInsets()
|
D | DisplayPolicy.java | 1251 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw()
|
D | WindowManagerService.java | 1222 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() 1980 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow()
|