Searched defs:firstBounds (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LightBarControllerTest.java | 97 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() local 112 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() local 129 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() local 146 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightMultipleStackDark() local 166 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() local
|
/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
H A D | TaskOrganizerMultiWindowTest.java | 117 public CountDownLatch openTaskView(Rect firstBounds, Rect secondBounds) { in openTaskView() 138 public CountDownLatch resizeTaskView(Rect firstBounds, Rect secondBounds) { in resizeTaskView()
|
H A D | ResizeTasksSyncTest.kt | 71 val firstBounds = Rect(0, 0, 1080, 800) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/ |
H A D | TouchInsetManagerTest.java | 152 final Rect firstBounds = new Rect(0, 0, 2, 2); in testMultipleRegions() local
|