Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightBarControllerTest.java98 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() local
101 new AppearanceRegion(APPEARANCE_LIGHT_STATUS_BARS, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight()
113 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() local
116 new AppearanceRegion(0 /* appearance */, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark()
130 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() local
133 new AppearanceRegion(APPEARANCE_LIGHT_STATUS_BARS, secondBounds) in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight()
140 assertTrue(captor.getValue().contains(secondBounds)); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight()
147 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightMultipleStackDark() local
151 new AppearanceRegion(0 /* appearance */, secondBounds), in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightMultipleStackDark()
167 final Rect secondBounds = new Rect(1, 0, 2, 1); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() local
[all …]
/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A 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()
H A DResizeTasksSyncTest.kt72 val secondBounds = Rect(0, 1000, 1080, 1800) regex
77 resizeReadyLatch = it.resizeTaskView(firstBounds, secondBounds)
92 secondBounds.offsetTo(0, 0)
102 val secondTaskSize = Size.from(secondBounds.width(), secondBounds.height())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
H A DTouchInsetManagerTest.java162 final Rect secondBounds = new Rect(4, 4, 8, 10); in testMultipleRegions() local
163 secondSession.addViewToTracking(createView(secondBounds)); in testMultipleRegions()
171 expectedRegion.op(secondBounds, Region.Op.UNION); in testMultipleRegions()
183 expectedRegion.op(secondBounds, Region.Op.UNION); in testMultipleRegions()