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.java198 long deferTransactionUntilFrame, Rect outFrame) {
200 deferTransactionUntilFrame, outFrame);
210 int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
217 outFrame, outOverscanInsets, outContentInsets, outVisibleInsets,
197 repositionChild(IWindow window, int left, int top, int right, int bottom, long deferTransactionUntilFrame, Rect outFrame) argument
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 DWindowManagerService.java2690 long frameNumber, Rect outFrame) {
2738 outFrame = win.mCompatFrame;
2749 Rect outFrame, Rect outOverscanInsets, Rect outContentInsets,
2955 outFrame.set(win.mCompatFrame);
2967 + "\nRelayout returning frame=" + outFrame
2978 Slog.v(TAG_WM, "Relayout complete " + win + ": outFrame=" + outFrame.toShortString());
2688 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
2746 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 281 milliseconds