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

/frameworks/base/services/java/com/android/server/wm/
H A DSession.java186 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
192 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
184 relayout(IWindow window, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewFlags, int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Configuration outConfig, Surface outSurface) argument
H A DWindowManagerService.java2746 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
3013 outFrame.set(win.mCompatFrame);
3022 + "\nRelayout returning frame=" + outFrame
3037 Slog.v(TAG, "Relayout complete " + win + ": outFrame=" + outFrame.toShortString());
2743 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, Configuration outConfig, Surface outSurface) argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java472 public void getWindowFrame(IBinder token, Rect outFrame) { argument

Completed in 121 milliseconds