Searched refs:dcf (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 158 final Rect dcf = pf; in testLayoutInFullscreenTaskInsets() local 162 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testLayoutInFullscreenTaskInsets() 345 Rect dcf = new Rect(cf); in testCalculatePolicyCrop() local 348 windowFrames.setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testCalculatePolicyCrop() 501 final Rect dcf = pf; in testFreeformContentInsets() local 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()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 1873 final Rect dcf = windowFrames.mDecorFrame; in layoutWindowLw() local 1875 dcf.setEmpty(); in layoutWindowLw() 1925 dcf.bottom -= navHeightOffset; in layoutWindowLw() 1961 dcf.set(displayFrames.mSystem); in layoutWindowLw() 1975 dcf.top = displayFrames.mStable.top; in layoutWindowLw() 1982 dcf.bottom = displayFrames.mStable.bottom; in layoutWindowLw() 1983 dcf.right = displayFrames.mStable.right; in layoutWindowLw() 2319 + " dcf=" + dcf.toShortString() in layoutWindowLw()
|