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
93 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets, in relayout() argument
DWindowManagerPolicy.java875 public void getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, in getInsetHintLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java158 int viewVisibility, Rect outContentInsets, Rect outStableInsets, in add() argument
161 outContentInsets, outStableInsets, outInputChannel); in add()
166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, in addToDisplay() argument
169 outContentInsets, outStableInsets, outInputChannel); in addToDisplay()
174 int viewVisibility, Rect outContentInsets, Rect outStableInsets) { in addWithoutInputChannel() argument
176 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets); in addWithoutInputChannel()
181 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) { in addToDisplayWithoutInputChannel() argument
183 outContentInsets, outStableInsets, null); in addToDisplayWithoutInputChannel()
192 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout() argument
199 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets, in relayout()
DWindowManagerService.java2273 Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) { in addWindow() argument
2511 mPolicy.getInsetHintLw(win.mAttrs, outContentInsets, outStableInsets); in addWindow()
2513 outContentInsets.setEmpty(); in addWindow()
2998 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayoutWindow() argument
3277 outContentInsets.set(win.mContentInsets); in relayoutWindow()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java3109 public void getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, in getInsetHintLw() argument
3128 outContentInsets.set(mStableFullscreenLeft, mStableFullscreenTop, in getInsetHintLw()
3132 outContentInsets.set(mStableLeft, mStableTop, in getInsetHintLw()
3136 outContentInsets.setEmpty(); in getInsetHintLw()
3139 outContentInsets.set(mCurLeft, mCurTop, in getInsetHintLw()
3142 outContentInsets.set(mCurLeft, mCurTop, in getInsetHintLw()
3150 outContentInsets.setEmpty(); in getInsetHintLw()