Home
last modified time | relevance | path

Searched refs:windowFrames (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java284 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/
DDisplayPolicy.java1584 final WindowFrames windowFrames = mStatusBar.getWindowFrames(); in layoutStatusBar() local
1585 windowFrames.setFrames(displayFrames.mUnrestricted /* parentFrame */, in layoutStatusBar()
1590 windowFrames.setDisplayCutout(displayFrames.mDisplayCutout); in layoutStatusBar()
1872 final WindowFrames windowFrames = win.getWindowFrames(); in layoutWindowLw() local
1874 windowFrames.setHasOutsets(false); in layoutWindowLw()
1875 sTmpLastParentFrame.set(windowFrames.mParentFrame); in layoutWindowLw()
1876 final Rect pf = windowFrames.mParentFrame; in layoutWindowLw()
1877 final Rect df = windowFrames.mDisplayFrame; in layoutWindowLw()
1878 final Rect of = windowFrames.mOverscanFrame; in layoutWindowLw()
1879 final Rect cf = windowFrames.mContentFrame; in layoutWindowLw()
[all …]