Searched defs:outContentInsets (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java158 int viewVisibility, Rect outContentInsets, Rect outStableInsets,
161 outContentInsets, outStableInsets, outInputChannel);
166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets,
169 outContentInsets, outStableInsets, outInputChannel);
174 int viewVisibility, Rect outContentInsets, Rect outStableInsets) {
176 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets);
181 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) {
183 outContentInsets, outStableInsets, null);
192 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
199 outFrame, outOverscanInsets, outContentInsets, outVisibleInset
157 add(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) argument
165 addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) argument
173 addWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, Rect outContentInsets, Rect outStableInsets) argument
180 addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) argument
190 relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewFlags, int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Rect outStableInsets, Configuration outConfig, Surface outSurface) argument
[all...]
H A DWindowManagerService.java2273 Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) {
2511 mPolicy.getInsetHintLw(win.mAttrs, outContentInsets, outStableInsets);
2513 outContentInsets.setEmpty();
2998 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
3277 outContentInsets.set(win.mContentInsets);
2271 addWindow(Session session, IWindow client, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) argument
2995 relayoutWindow(Session session, IWindow client, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewVisibility, int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Rect outStableInsets, Configuration outConfig, Surface outSurface) argument
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java870 * @param outContentInsets The areas covered by system windows, expressed as positive insets.
875 public void getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3117 public void getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, argument
3136 outContentInsets.set(mStableFullscreenLeft, mStableFullscreenTop,
3140 outContentInsets.set(mStableLeft, mStableTop,
3144 outContentInsets.setEmpty();
3147 outContentInsets.set(mCurLeft, mCurTop,
3150 outContentInsets.set(mCurLeft, mCurTop,
3158 outContentInsets.setEmpty();

Completed in 7535 milliseconds