Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarControllerTest.java118 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() local
139 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() local
162 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() local
185 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightMultipleStackDark() local
211 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() local
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DTaskOrganizerMultiWindowTest.java117 public CountDownLatch openTaskView(Rect firstBounds, Rect secondBounds) { in openTaskView()
138 public CountDownLatch resizeTaskView(Rect firstBounds, Rect secondBounds) { in resizeTaskView()
DResizeTasksSyncTest.kt67 val secondBounds = Rect(0, 1000, 1080, 1800) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
DTouchInsetManagerTest.java162 final Rect secondBounds = new Rect(4, 4, 8, 10); in testMultipleRegions() local