Home
last modified time | relevance | path

Searched defs:outContentInsets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl48 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()
DWindowlessWindowManager.java131 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()
DIWindowManager.aidl747 out Rect outContentInsets, out Rect outStableInsets, in getWindowInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java160 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()
DWindowState.java5641 void getInsetsForRelayout(Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout()
5650 void getContentInsets(Rect outContentInsets) { in getContentInsets()
DWindowManagerService.java1375 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/
DDisplayPolicyLayoutTests.java690 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/
DSystemWindows.java285 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout()