Searched refs:windowFrames (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 284 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutNonfullscreenTask() local 285 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, mEmptyRect); in testLayoutNonfullscreenTask() 298 windowFrames.setFrames(pf, pf, pf, cf, cf, pf, cf, mEmptyRect); in testLayoutNonfullscreenTask() 316 windowFrames.setFrames(pf, pf, pf, cf, cf, pf, cf, mEmptyRect); in testLayoutNonfullscreenTask() 347 final WindowFrames windowFrames = w.getWindowFrames(); in testCalculatePolicyCrop() local 348 windowFrames.setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testCalculatePolicyCrop() 352 windowFrames.mDecorFrame.setEmpty(); in testCalculatePolicyCrop() 362 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, pf); in testCalculatePolicyCrop() 402 final WindowFrames windowFrames = w.getWindowFrames(); in testLayoutLetterboxedWindow() local 403 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, mEmptyRect); in testLayoutLetterboxedWindow() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 1576 final WindowFrames windowFrames = mStatusBar.getWindowFrames(); in layoutStatusBar() local 1577 windowFrames.setFrames(displayFrames.mUnrestricted /* parentFrame */, in layoutStatusBar() 1582 windowFrames.setDisplayCutout(displayFrames.mDisplayCutout); in layoutStatusBar() 1864 final WindowFrames windowFrames = win.getWindowFrames(); in layoutWindowLw() local 1866 windowFrames.setHasOutsets(false); in layoutWindowLw() 1867 sTmpLastParentFrame.set(windowFrames.mParentFrame); in layoutWindowLw() 1868 final Rect pf = windowFrames.mParentFrame; in layoutWindowLw() 1869 final Rect df = windowFrames.mDisplayFrame; in layoutWindowLw() 1870 final Rect of = windowFrames.mOverscanFrame; in layoutWindowLw() 1871 final Rect cf = windowFrames.mContentFrame; in layoutWindowLw() [all …]
|