Searched refs:getWindowFrames (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 157 w.getWindowFrames().setFrames(pf, df, cf, vf, dcf, sf); in testLayoutInFullscreenTaskInsets() 195 w.getWindowFrames().setFrames(pf, pf, pf, pf, pf, pf); in testLayoutInFullscreenTaskNoInsets() 286 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutNonfullscreenTask() 335 final WindowFrames windowFrames = w.getWindowFrames(); in testCalculatePolicyCrop() 391 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutLetterboxedWindow() 430 final WindowFrames windowFrames = w.getWindowFrames(); in testDisplayCutout() 471 w.getWindowFrames().setFrames(pf, df, cf, vf, dcf, sf); in testFreeformContentInsets() 484 w.getWindowFrames().setFrames(pf, df, cf, vf, dcf, sf); in testFreeformContentInsets() 494 w.getWindowFrames().setFrames(pf, df, pf, pf, dcf, sf); in testFreeformContentInsets()
|
D | WallpaperControllerTests.java | 124 wallpaperWindow.getWindowFrames().mParentFrame.set(dc.getBounds()); in testWallpaperSizeWithFixedTransform()
|
D | DisplayPolicyTests.java | 294 final WindowFrames winFrame = targetWin.getWindowFrames(); in testOverlappingWithNavBar()
|
D | WindowStateTests.java | 512 WindowFrames wf = app.getWindowFrames(); in testDisplayCutoutIsCalculatedRelativeToFrame()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsSourceProvider.java | 229 final Rect frame = mWin.getWindowFrames().mFrame; in onPostLayout() 304 new Point(mWin.getWindowFrames().mFrame.left, mWin.getWindowFrames().mFrame.top)); in updateControlForTarget() 478 final Rect frame = mWin.getWindowFrames().mFrame; in startAnimation()
|
D | DisplayPolicy.java | 2042 final WindowFrames windowFrames = win.getWindowFrames();
|
D | DisplayContent.java | 4972 final Rect frame = w.getWindowFrames().mFrame; in calculateSystemGestureExclusion()
|
D | WindowState.java | 5675 public WindowFrames getWindowFrames() { in getWindowFrames() method in WindowState
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 452 WindowFrames getWindowFrames(); in getWindowFrames() method
|
/frameworks/base/services/ |
D | art-profile | 39778 HSPLcom/android/server/wm/WindowState;->getWindowFrames()Lcom/android/server/wm/WindowFrames;
|