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.java82 final Point updatedSize = new Point(); in testRotation() local
83 updatedDisplay.getSize(updatedSize); in testRotation()
99 newOrigSize.equals(updatedSize)); in testRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayPolicyTests.java185 final SizeInfo updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() local
186 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()