Home
last modified time | relevance | path

Searched refs:retrievedBounds (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNodeBuilderTest.java125 Rect retrievedBounds = new Rect(); in testSetBoundsInParent() local
126 node.getBoundsInParent(retrievedBounds); in testSetBoundsInParent()
127 assertThat(retrievedBounds).isEqualTo(setBounds); in testSetBoundsInParent()
134 Rect retrievedBounds = new Rect(); in testSetBoundsInScreen() local
135 node.getBoundsInScreen(retrievedBounds); in testSetBoundsInScreen()
136 assertThat(retrievedBounds).isEqualTo(setBounds); in testSetBoundsInScreen()
H A DWindowBuilderTest.java63 Rect retrievedBounds = new Rect(); in testSetBoundsInScreen() local
64 window.getBoundsInScreen(retrievedBounds); in testSetBoundsInScreen()
65 assertThat(retrievedBounds).isEqualTo(setBounds); in testSetBoundsInScreen()