Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl45 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/
DDisplayPolicyLayoutTests.java433 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/
DSession.java155 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()
DWindowState.java5080 void getInsetsForRelayout(Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, in getInsetsForRelayout()
5091 void getContentInsets(Rect outContentInsets) { in getContentInsets()
DDisplayPolicy.java1251 Rect outContentInsets, Rect outStableInsets, in getLayoutHintLw()
DWindowManagerService.java1222 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow()
1980 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow()