Home
last modified time | relevance | path

Searched refs:outContentInsets (Results 1 – 5 of 5) 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.java954 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java164 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument
167 outContentInsets, outStableInsets, null /* outOutsets */, outInputChannel); in add()
172 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() argument
175 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
180 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() argument
182 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
187 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() argument
189 outContentInsets, outStableInsets, null /* outOutsets */, null); in addToDisplayWithoutInputChannel()
210 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout() argument
217 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
DWindowManagerService.java1851 Rect outContentInsets, Rect outStableInsets, Rect outOutsets, in addWindow() argument
2130 displayInfo.logicalWidth, displayInfo.logicalHeight, outContentInsets, in addWindow()
2135 outContentInsets.setEmpty(); in addWindow()
2749 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument
2957 outContentInsets.set(win.mContentInsets); in relayoutWindow()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3819 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw() argument
3854 outContentInsets.set(mStableFullscreenLeft, mStableFullscreenTop, in getInsetHintLw()
3858 outContentInsets.set(mStableLeft, mStableTop, in getInsetHintLw()
3862 outContentInsets.setEmpty(); in getInsetHintLw()
3865 outContentInsets.set(mCurLeft, mCurTop, in getInsetHintLw()
3868 outContentInsets.set(mCurLeft, mCurTop, in getInsetHintLw()
3875 calculateRelevantTaskInsets(taskBounds, outContentInsets, in getInsetHintLw()
3882 outContentInsets.setEmpty(); in getInsetHintLw()