Searched defs:outStableInsets (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DWindowManagerWrapper.java91 public void getStableInsets(Rect outStableInsets) { argument
94 outStableInsets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java474 public void getStableInsets(Rect outStableInsets) { argument
478 mIwm.getStableInsets(Display.DEFAULT_DISPLAY, outStableInsets);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java193 int viewVisibility, Rect outContentInsets, Rect outStableInsets,
196 new Rect() /* outFrame */, outContentInsets, outStableInsets, null /* outOutsets */,
203 Rect outStableInsets, Rect outOutsets,
206 outContentInsets, outStableInsets, outOutsets, outDisplayCutout, outInputChannel);
211 int viewVisibility, Rect outContentInsets, Rect outStableInsets) {
213 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets);
218 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) {
220 new Rect() /* outFrame */, outContentInsets, outStableInsets, null /* outOutsets */,
238 Rect outStableInsets, Rect outsets, Rect outBackdropFrame,
247 outStableInsets, outset
192 add(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) argument
201 addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, Rect outStableInsets, Rect outOutsets, DisplayCutout.ParcelableWrapper outDisplayCutout, InputChannel outInputChannel) argument
210 addWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, Rect outContentInsets, Rect outStableInsets) argument
217 addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) argument
235 relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewFlags, int flags, long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Rect outBackdropFrame, DisplayCutout.ParcelableWrapper cutout, MergedConfiguration mergedConfiguration, Surface outSurface) argument
[all...]
H A DWindowManagerService.java1128 Rect outContentInsets, Rect outStableInsets, Rect outOutsets,
1471 outContentInsets, outStableInsets, outOutsets, outDisplayCutout)) {
1859 Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame,
2158 outStableInsets.set(win.mStableInsets);
1126 addWindow(Session session, IWindow client, int seq, LayoutParams attrs, int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, Rect outStableInsets, Rect outOutsets, DisplayCutout.ParcelableWrapper outDisplayCutout, InputChannel outInputChannel) argument
1856 relayoutWindow(Session session, IWindow client, int seq, LayoutParams attrs, int requestedWidth, int requestedHeight, int viewVisibility, int flags, long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, DisplayCutout.ParcelableWrapper outCutout, MergedConfiguration mergedConfiguration, Surface outSurface) argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1192 * @param outStableInsets The areas covered by stable system windows irrespective of their
1201 Rect outStableInsets, Rect outOutsets,
1199 getLayoutHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, DisplayFrames displayFrames, Rect outFrame, Rect outContentInsets, Rect outStableInsets, Rect outOutsets, DisplayCutout.ParcelableWrapper outDisplayCutout) argument
H A DPhoneWindowManager.java4545 DisplayFrames displayFrames, Rect outFrame, Rect outContentInsets, Rect outStableInsets,
4588 outStableInsets.set(displayFrames.mStable.left, displayFrames.mStable.top,
4599 outContentInsets.set(outStableInsets);
4612 calculateRelevantTaskInsets(taskBounds, outStableInsets,
4630 outStableInsets.setEmpty();
4544 getLayoutHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, DisplayFrames displayFrames, Rect outFrame, Rect outContentInsets, Rect outStableInsets, Rect outOutsets, DisplayCutout.ParcelableWrapper outDisplayCutout) argument

Completed in 235 milliseconds