Searched defs:outContentInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 48 out Rect outContentInsets, out Rect outStableInsets, in addToDisplay() 53 out Rect outFrame, out Rect outContentInsets, out Rect outStableInsets, in addToDisplayAsUser() 57 in int viewVisibility, in int layerStackId, out Rect outContentInsets, in addToDisplayWithoutInputChannel() 111 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout()
|
D | WindowlessWindowManager.java | 131 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, in addToDisplay() 168 Rect outContentInsets, Rect outStableInsets, in addToDisplayAsUser() 179 android.graphics.Rect outContentInsets, android.graphics.Rect outStableInsets, in addToDisplayWithoutInputChannel() 226 Rect outFrame, Rect outContentInsets, Rect outVisibleInsets, in relayout()
|
D | IWindowManager.aidl | 747 out Rect outContentInsets, out Rect outStableInsets, in getWindowInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 160 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, in addToDisplay() 173 Rect outContentInsets, Rect outStableInsets, in addToDisplayAsUser() 183 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplayWithoutInputChannel() 204 Rect outFrame, Rect outContentInsets, Rect outVisibleInsets, in relayout()
|
D | WindowState.java | 5641 void getInsetsForRelayout(Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout() 5650 void getContentInsets(Rect outContentInsets) { in getContentInsets()
|
D | WindowManagerService.java | 1375 Rect outContentInsets, Rect outStableInsets, in addWindow() 2109 long frameNumber, Rect outFrame, Rect outContentInsets, in relayoutWindow() 8253 int displayId, Rect outContentInsets, Rect outStableInsets, in getWindowInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 690 final Rect outContentInsets = new Rect(); in layoutHint_appWindow() local 718 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask() local 752 final Rect outContentInsets = new Rect(); in layoutHint_appWindowInTask_outsideContentFrame() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
D | SystemWindows.java | 285 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout()
|