Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarControllerTest.java66 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() local
69 new AppearanceRegion(APPEARANCE_LIGHT_STATUS_BARS, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight()
81 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() local
84 new AppearanceRegion(0 /* appearance */, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark()
96 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() local
99 new AppearanceRegion(APPEARANCE_LIGHT_STATUS_BARS, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight()
104 verify(mStatusBarIconController).setIconsDarkArea(eq(secondBounds)); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight()
111 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() local
114 new AppearanceRegion(0 /* appearance */, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark()
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DTaskOrganizerMultiWindowTest.java117 public CountDownLatch openTaskView(Rect firstBounds, Rect secondBounds) { in openTaskView() argument
131 new FrameLayout.LayoutParams(secondBounds.width(), secondBounds.height(), in openTaskView()
133 viewLayout2.setMargins(secondBounds.left, secondBounds.top, 0, 0); in openTaskView()
138 public CountDownLatch resizeTaskView(Rect firstBounds, Rect secondBounds) { in resizeTaskView() argument
142 mTaskView2.resizeTask(secondBounds.width(), secondBounds.height()); in resizeTaskView()
DResizeTasksSyncTest.kt69 val secondBounds = Rect(0, 1000, 1080, 1800) in <lambda>() constant
75 resizeReadyLatch = it.resizeTaskView(firstBounds, secondBounds) in <lambda>()
90 secondBounds.offsetTo(0, 0) in <lambda>()
100 val secondTaskSize = Point(secondBounds.width(), secondBounds.height()) in <lambda>()