Searched defs:outsets (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig,
39 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
808 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropRect, boolean forceLayout, boolean alwaysConsumeNavBar) argument
H A DViewRootImpl.java1407 Rect outsets = mAttachInfo.mOutsets;
1408 if (outsets.left > 0 || outsets.top > 0 || outsets.right > 0 || outsets.bottom > 0) {
1409 contentInsets = new Rect(contentInsets.left + outsets.left,
1410 contentInsets.top + outsets.top, contentInsets.right + outsets.right,
1411 contentInsets.bottom + outsets.bottom);
1753 + " outsets
5959 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7000 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java211 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Rect outBackdropFrame,
218 outStableInsets, outsets, outBackdropFrame, outConfig, outSurface);
208 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, Rect outsets, Rect outBackdropFrame, Configuration outConfig, Surface outSurface) argument
H A DWindowState.java796 // Calculate the outsets before the content frame gets shrinked to the window frame.
2306 final Rect outsets = mLastOutsets;
2316 stableInsets, outsets, reportDraw, newConfig);
2324 outsets, reportDraw, newConfig);
2379 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
2383 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets,
2650 pw.print(" outsets="); mOutsets.printShortString(pw);
2378 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 1010 milliseconds