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

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java38 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) {
37 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java193 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Configuration
201 outStableInsets, outsets, outConfig, outSurface);
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, Rect outsets, Configuration outConfig, Surface outSurface) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java660 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
659 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRootImpl.java1265 Rect outsets = mAttachInfo.mOutsets;
1266 if (outsets.left > 0 || outsets.top > 0 || outsets.right > 0 || outsets.bottom > 0) {
1267 contentInsets = new Rect(contentInsets.left + outsets.left,
1268 contentInsets.top + outsets.top, contentInsets.right + outsets.right,
1269 contentInsets.bottom + outsets.bottom);
1588 + " outsets
5689 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
6698 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
[all...]

Completed in 66 milliseconds