Searched refs:updatedSize (Results 1 – 2 of 2) sorted by relevance
82 final Point updatedSize = new Point(); in testRotation() local83 updatedDisplay.getSize(updatedSize); in testRotation()99 newOrigSize.equals(updatedSize)); in testRotation()
185 final SizeInfo updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() local186 assertTrue(updatedSize.widthDp <= initialSize.widthDp); in testDisplayResize()187 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()188 assertTrue(updatedSize.displayWidth == initialSize.displayWidth / 2); in testDisplayResize()189 assertTrue(updatedSize.displayHeight == initialSize.displayHeight / 2); in testDisplayResize()