Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java478 testRootTaskBoundsConfiguration(WINDOWING_MODE_FULLSCREEN, mParentBounds, emptyBounds, in testAppBounds_EmptyBounds()
487 testRootTaskBoundsConfiguration(WINDOWING_MODE_FREEFORM, mParentBounds, freeFormBounds, in testAppBounds_FreeFormBounds()
496 testRootTaskBoundsConfiguration( in testAppBounds_ContainedBounds()
1581 private void testRootTaskBoundsConfiguration(int windowingMode, Rect parentBounds, Rect bounds, in testRootTaskBoundsConfiguration() method in TaskTests