Searched defs:outStableInsets (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);
193 Rect outVisibleInsets, Rect outStableInsets, Configuration outConfig,
200 outStableInsets, outConfi
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);
2514 outStableInsets.setEmpty();
2999 Rect outVisibleInsets, Rect outStableInsets, Configuration outConfig,
3279 outStableInsets.set(win.mStableInsets);
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.java871 * @param outStableInsets The areas covered by stable system windows irrespective of their
876 Rect outStableInsets);
875 getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, Rect outStableInsets) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3118 Rect outStableInsets) {
3154 outStableInsets.set(mStableLeft, mStableTop,
3159 outStableInsets.setEmpty();
3117 getInsetHintLw(WindowManager.LayoutParams attrs, Rect outContentInsets, Rect outStableInsets) argument

Completed in 298 milliseconds