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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java100 long deferTransactionUntilFrame, Rect outFrame) {
99 repositionChild(IWindow window, int left, int top, int right, int bottom, long deferTransactionUntilFrame, Rect outFrame) argument
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java669 private void getMagnifiedFrameInContentCoordsLocked(Rect outFrame) { argument
673 getMagnificationBounds(outFrame);
674 outFrame.offset((int) -offsetX, (int) -offsetY);
675 outFrame.scale(1.0f / scale);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java207 long deferTransactionUntilFrame, Rect outFrame) {
209 deferTransactionUntilFrame, outFrame);
219 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
226 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
206 repositionChild(IWindow window, int left, int top, int right, int bottom, long deferTransactionUntilFrame, Rect outFrame) argument
217 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 DWindowManagerService.java2788 long frameNumber, Rect outFrame) {
2836 outFrame = win.mCompatFrame;
2847 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
3066 outFrame.set(win.mCompatFrame);
3078 + "\nRelayout returning frame=" + outFrame
3089 Slog.v(TAG_WM, "Relayout complete " + win + ": outFrame=" + outFrame.toShortString());
2786 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
2844 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, Rect outBackdropFrame, Configuration outConfig, Surface outSurface) argument

Completed in 290 milliseconds