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/
DAppConfigurationTests.java334 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests() local
336 ORIENTATION_PORTRAIT, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
338 reportedSizes.heightDp >= reportedSizes.widthDp); in testFullscreenAppOrientationRequests()
343 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
345 ORIENTATION_LANDSCAPE, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
347 reportedSizes.heightDp < reportedSizes.widthDp); in testFullscreenAppOrientationRequests()
352 reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()
354 ORIENTATION_PORTRAIT, reportedSizes.orientation); in testFullscreenAppOrientationRequests()
483 final SizeInfo reportedSizes = in testRotatedInfoWithFixedRotationTransform() local
495 reportedSizes, onCreateConfigInfo.sizeInfo); in testRotatedInfoWithFixedRotationTransform()
[all …]
DMultiDisplayActivityLaunchTests.java142 final SizeInfo reportedSizes = getLastReportedSizesForActivity(TEST_ACTIVITY); in validateActivityLaunchOnNewDisplay() local
144 CUSTOM_DENSITY_DPI, reportedSizes.densityDpi); in validateActivityLaunchOnNewDisplay()