Searched defs:secondBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LightBarControllerTest.java | 118 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/ |
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 | 67 val secondBounds = Rect(0, 1000, 1080, 1800) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/ |
D | TouchInsetManagerTest.java | 162 final Rect secondBounds = new Rect(4, 4, 8, 10); in testMultipleRegions() local
|