Searched defs:firstBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LightBarControllerTest.java | 65 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() local 80 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() local 95 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() local 110 final Rect firstBounds = new Rect(0, 0, 1, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() local
|
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
D | TaskOrganizerMultiWindowTest.java | 117 public CountDownLatch openTaskView(Rect firstBounds, Rect secondBounds) { in openTaskView() 138 public CountDownLatch resizeTaskView(Rect firstBounds, Rect secondBounds) { in resizeTaskView()
|
D | ResizeTasksSyncTest.kt | 68 val firstBounds = Rect(0, 0, 1080, 800) in <lambda>() constant
|