Searched refs:updatedSize (Results 1 – 3 of 3) sorted by relevance
92 final Point updatedSize = new Point(); in testRotation() local93 updatedDisplay.getRealSize(updatedSize); in testRotation()113 .that(newOrigSize).isEqualTo(updatedSize); in testRotation()
57 size_t updatedSize = buffer->capacity() - offset; in main() local58 buffer->setRange(offset, updatedSize); in main()
192 final SizeInfo updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() local193 assertTrue(updatedSize.widthDp <= initialSize.widthDp); in testDisplayResize()194 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()195 assertTrue(updatedSize.displayWidth == initialSize.displayWidth / 2); in testDisplayResize()196 assertTrue(updatedSize.displayHeight == initialSize.displayHeight / 2); in testDisplayResize()