Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl39 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets, in add() argument
42 in int viewVisibility, in int layerStackId, out Rect outContentInsets, in addToDisplay() argument
45 in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets); in addWithoutInputChannel() argument
47 in int viewVisibility, in int layerStackId, out Rect outContentInsets, in addToDisplayWithoutInputChannel() argument
97 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout() argument
DWindowManagerPolicy.java1177 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java183 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument
186 outContentInsets, outStableInsets, null /* outOutsets */, outInputChannel); in add()
191 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() argument
194 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
199 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() argument
201 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
206 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() argument
208 outContentInsets, outStableInsets, null /* outOutsets */, null); in addToDisplayWithoutInputChannel()
222 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout() argument
230 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
DWindowManagerService.java1172 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
1501 displayInfo.logicalWidth, displayInfo.logicalHeight, outContentInsets, in addWindow()
1506 outContentInsets.setEmpty(); in addWindow()
1887 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument
2154 outContentInsets.set(win.mContentInsets); in relayoutWindow()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java302 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4275 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw() argument
4310 outContentInsets.set(mStableFullscreenLeft, mStableFullscreenTop, in getInsetHintLw()
4314 outContentInsets.set(mStableLeft, mStableTop, in getInsetHintLw()
4318 outContentInsets.setEmpty(); in getInsetHintLw()
4321 outContentInsets.set(mCurLeft, mCurTop, in getInsetHintLw()
4324 outContentInsets.set(mCurLeft, mCurTop, in getInsetHintLw()
4331 calculateRelevantTaskInsets(taskBounds, outContentInsets, in getInsetHintLw()
4338 outContentInsets.setEmpty(); in getInsetHintLw()