Searched refs:updatedSize (Results 1 – 2 of 2) sorted by relevance
81 final Point updatedSize = new Point(); in testRotation() local82 updatedDisplay.getSize(updatedSize); in testRotation()98 newOrigSize.equals(updatedSize)); in testRotation()
190 final SizeInfo updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() local191 assertTrue(updatedSize.widthDp <= initialSize.widthDp); in testDisplayResize()192 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()193 assertTrue(updatedSize.displayWidth == initialSize.displayWidth / 2); in testDisplayResize()194 assertTrue(updatedSize.displayHeight == initialSize.displayHeight / 2); in testDisplayResize()