Searched refs:reportedSizes (Results 1 – 2 of 2) sorted by relevance
334 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests() local336 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() local495 reportedSizes, onCreateConfigInfo.sizeInfo); in testRotatedInfoWithFixedRotationTransform()[all …]
142 final SizeInfo reportedSizes = getLastReportedSizesForActivity(TEST_ACTIVITY); in validateActivityLaunchOnNewDisplay() local144 CUSTOM_DENSITY_DPI, reportedSizes.densityDpi); in validateActivityLaunchOnNewDisplay()