Home
last modified time | relevance | path

Searched defs:secondBounds (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightBarControllerTest.java71 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() local
86 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() local
101 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() local
116 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() local
/aosp12/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DTaskOrganizerMultiWindowTest.java117 public CountDownLatch openTaskView(Rect firstBounds, Rect secondBounds) { in openTaskView()
138 public CountDownLatch resizeTaskView(Rect firstBounds, Rect secondBounds) { in resizeTaskView()
H A DResizeTasksSyncTest.kt69 val secondBounds = Rect(0, 1000, 1080, 1800) regex