Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java362 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests() local
364 ORIENTATION_PORTRAIT, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
366 reportedSizes.heightDp >= reportedSizes.widthDp); in testFullscreenAppOrientationRequests()
372 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
374 ORIENTATION_LANDSCAPE, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
376 reportedSizes.heightDp < reportedSizes.widthDp); in testFullscreenAppOrientationRequests()
381 reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
383 ORIENTATION_PORTRAIT, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
471 final SizeInfo reportedSizes = in testRotatedInfoWithFixedRotationTransform() local
483 reportedSizes, onCreateConfigInfo.sizeInfo); in testRotatedInfoWithFixedRotationTransform()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java145 final SizeInfo reportedSizes = getLastReportedSizesForActivity(TEST_ACTIVITY); in validateActivityLaunchOnNewDisplay() local
147 CUSTOM_DENSITY_DPI, reportedSizes.densityDpi); in validateActivityLaunchOnNewDisplay()