Searched refs:retrievedBounds (Results 1 – 2 of 2) sorted by relevance
125 Rect retrievedBounds = new Rect(); in testSetBoundsInParent() local126 node.getBoundsInParent(retrievedBounds); in testSetBoundsInParent()127 assertThat(retrievedBounds).isEqualTo(setBounds); in testSetBoundsInParent()134 Rect retrievedBounds = new Rect(); in testSetBoundsInScreen() local135 node.getBoundsInScreen(retrievedBounds); in testSetBoundsInScreen()136 assertThat(retrievedBounds).isEqualTo(setBounds); in testSetBoundsInScreen()
63 Rect retrievedBounds = new Rect(); in testSetBoundsInScreen() local64 window.getBoundsInScreen(retrievedBounds); in testSetBoundsInScreen()65 assertThat(retrievedBounds).isEqualTo(setBounds); in testSetBoundsInScreen()