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