Home
last modified time | relevance | path

Searched refs:setFrames (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java169 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testCalculateSnapshotFrame()
178 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testCalculateSnapshotFrame_navBarLeft()
187 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testDrawStatusBarBackground()
200 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testDrawStatusBarBackground_nullFrame()
213 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testDrawStatusBarBackground_nope()
227 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testDrawNavigationBarBackground()
240 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testDrawNavigationBarBackground_left()
253 mSurface.setFrames(new Rect(0, 0, 100, 100), insets, insets); in testDrawNavigationBarBackground_right()
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()
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()
348 windowFrames.setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testCalculatePolicyCrop()
362 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, pf); in testCalculatePolicyCrop()
403 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, mEmptyRect); in testLayoutLetterboxedWindow()
420 windowFrames.setFrames(pf, pf, pf, cf, cf, pf, cf, mEmptyRect); in testLayoutLetterboxedWindow()
441 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, pf); in testDisplayCutout()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java202 setFrames(parentFrame, displayFrame, overscanFrame, contentFrame, visibleFrame, decorFrame, in WindowFrames()
206 public void setFrames(Rect parentFrame, Rect displayFrame, Rect overscanFrame, in setFrames() method in WindowFrames
DTaskSnapshotSurface.java229 snapshotSurface.setFrames(tmpFrame, tmpContentInsets, tmpStableInsets); in create()
277 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { in setFrames() method in TaskSnapshotSurface
DDisplayPolicy.java1523 w.getWindowFrames().setFrames(displayFrames.mUnrestricted /* parentFrame */, in layoutScreenDecorWindows()
1585 windowFrames.setFrames(displayFrames.mUnrestricted /* parentFrame */, in layoutStatusBar()
1741 mNavigationBar.getWindowFrames().setFrames(navigationFrame /* parentFrame */, in layoutNavigationBar()
/frameworks/base/services/
Dart-profile17058 PLcom/android/server/wm/TaskSnapshotSurface;->setFrames(Landroid/graphics/Rect;Landroid/graphics/Re…
17312 HSPLcom/android/server/wm/WindowFrames;->setFrames(Landroid/graphics/Rect;Landroid/graphics/Rect;La…