Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerDisplayTests.java1091 final ReportedSizes updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY_NAME, in testDisplayResize() local
1093 assertTrue(updatedSize.widthDp <= initialSize.widthDp); in testDisplayResize()
1094 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()
1095 assertTrue(updatedSize.displayWidth == initialSize.displayWidth / 2); in testDisplayResize()
1096 assertTrue(updatedSize.displayHeight == initialSize.displayHeight / 2); in testDisplayResize()