Searched refs:getWindowFrames (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsSourceProvider.java | 139 final Rect frame = mWin.getWindowFrames().mFrame; in onPostLayout() 167 new Point(mWin.getWindowFrames().mFrame.left, mWin.getWindowFrames().mFrame.top)); in updateControlForTarget() 223 final Rect frame = mWin.getWindowFrames().mFrame; in startAnimation()
|
D | DisplayPolicy.java | 1523 w.getWindowFrames().setFrames(displayFrames.mUnrestricted /* parentFrame */, in layoutScreenDecorWindows() 1530 w.getWindowFrames().setDisplayCutout(displayFrames.mDisplayCutout); in layoutScreenDecorWindows() 1584 final WindowFrames windowFrames = mStatusBar.getWindowFrames(); in layoutStatusBar() 1741 mNavigationBar.getWindowFrames().setFrames(navigationFrame /* parentFrame */, in layoutNavigationBar() 1747 mNavigationBar.getWindowFrames().setDisplayCutout(displayFrames.mDisplayCutout); in layoutNavigationBar() 1872 final WindowFrames windowFrames = win.getWindowFrames(); in layoutWindowLw()
|
D | WindowState.java | 5259 public WindowFrames getWindowFrames() { in getWindowFrames() method in WindowState
|
D | DisplayContent.java | 5231 final Rect frame = w.getWindowFrames().mFrame; in calculateSystemGestureExclusion()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 162 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testLayoutInFullscreenTaskInsets() 198 w.getWindowFrames().setFrames(pf, pf, pf, pf, pf, pf, pf, pf); in testLayoutInFullscreenTaskNoInsets() 284 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutNonfullscreenTask() 347 final WindowFrames windowFrames = w.getWindowFrames(); in testCalculatePolicyCrop() 402 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutLetterboxedWindow() 440 final WindowFrames windowFrames = w.getWindowFrames(); in testDisplayCutout() 467 final WindowFrames windowFrames = w.getWindowFrames(); in testDisplayCutout_tempDisplayedBounds() 507 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testFreeformContentInsets() 520 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testFreeformContentInsets() 530 w.getWindowFrames().setFrames(pf, df, of, pf, pf, dcf, sf, mEmptyRect); in testFreeformContentInsets()
|
D | WindowStateTests.java | 456 WindowFrames wf = app.getWindowFrames(); in testDisplayCutoutIsCalculatedRelativeToFrame()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 484 WindowFrames getWindowFrames(); in getWindowFrames() method
|
/frameworks/base/services/ |
D | art-profile | 17746 HSPLcom/android/server/wm/WindowState;->getWindowFrames()Lcom/android/server/wm/WindowFrames;
|