Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDisplayTest.java81 final Point updatedSize = new Point(); in testRotation() local
82 updatedDisplay.getSize(updatedSize); in testRotation()
98 newOrigSize.equals(updatedSize)); in testRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayPolicyTests.java190 final SizeInfo updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() local
191 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()