Home
last modified time | relevance | path

Searched refs:outAttachedFrame (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java185 InsetsSourceControl.Array outActiveControls, Rect outAttachedFrame, in addToDisplay() argument
221 outAttachedFrame.set(0, 0, -1, -1); in addToDisplay()
223 outAttachedFrame.set(state.mAttachedFrame); in addToDisplay()
265 InsetsSourceControl.Array outActiveControls, Rect outAttachedFrame, in addToDisplayAsUser() argument
268 outInputChannel, outInsetsState, outActiveControls, outAttachedFrame, in addToDisplayAsUser()
275 android.view.InsetsState insetsState, Rect outAttachedFrame, in addToDisplayWithoutInputChannel() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java244 InsetsSourceControl.Array outActiveControls, Rect outAttachedFrame, in addToDisplay() argument
248 outActiveControls, outAttachedFrame, outSizeCompatScale); in addToDisplay()
255 InsetsSourceControl.Array outActiveControls, Rect outAttachedFrame, in addToDisplayAsUser() argument
259 outAttachedFrame, outSizeCompatScale); in addToDisplayAsUser()
264 int viewVisibility, int displayId, InsetsState outInsetsState, Rect outAttachedFrame, in addToDisplayWithoutInputChannel() argument
268 null /* outInputChannel */, outInsetsState, mDummyControls, outAttachedFrame, in addToDisplayWithoutInputChannel()
DWindowManagerService.java1526 InsetsSourceControl.Array outActiveControls, Rect outAttachedFrame, in addWindow() argument
1934 outAttachedFrame.set(win.getParentWindow().getFrame()); in addWindow()
1936 outAttachedFrame.scale(win.mInvGlobalScale); in addWindow()
1940 outAttachedFrame.set(0, 0, -1, -1); in addWindow()