Searched defs:outFrame (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java192 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
200 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
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
H A DWindowManagerService.java3089 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
3376 outFrame.set(win.mCompatFrame);
3387 + "\nRelayout returning frame=" + outFrame
3398 Slog.v(TAG, "Relayout complete " + win + ": outFrame=" + outFrame.toShortString());
3086 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, Rect outOutsets, Configuration outConfig, Surface outSurface) argument

Completed in 93 milliseconds