Home
last modified time | relevance | path

Searched refs:getWindowFrames (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java139 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()
DDisplayPolicy.java1523 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()
DWindowState.java5259 public WindowFrames getWindowFrames() { in getWindowFrames() method in WindowState
DDisplayContent.java5231 final Rect frame = w.getWindowFrames().mFrame; in calculateSystemGestureExclusion()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java162 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()
DWindowStateTests.java456 WindowFrames wf = app.getWindowFrames(); in testDisplayCutoutIsCalculatedRelativeToFrame()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java484 WindowFrames getWindowFrames(); in getWindowFrames() method
/frameworks/base/services/
Dart-profile17746 HSPLcom/android/server/wm/WindowState;->getWindowFrames()Lcom/android/server/wm/WindowFrames;