Searched refs:reportedSizes (Results 1 – 2 of 2) sorted by relevance
330 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests() local332 1 /* portrait */, reportedSizes.orientation); in testFullscreenAppOrientationRequests()337 reportedSizes = getLastReportedSizesForActivity(LANDSCAPE_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()339 2 /* landscape */, reportedSizes.orientation); in testFullscreenAppOrientationRequests()344 reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests()346 1 /* portrait */, reportedSizes.orientation); in testFullscreenAppOrientationRequests()544 SizeInfo reportedSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testTaskCloseRestoreFreeOrientation() local545 assertNull("Should come back in original orientation", reportedSizes); in testTaskCloseRestoreFreeOrientation()561 reportedSizes = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testTaskCloseRestoreFreeOrientation()562 assertNull("Should come back in original orientation", reportedSizes); in testTaskCloseRestoreFreeOrientation()[all …]
122 final SizeInfo reportedSizes = getLastReportedSizesForActivity(TEST_ACTIVITY); in validateActivityLaunchOnNewDisplay() local124 CUSTOM_DENSITY_DPI, reportedSizes.densityDpi); in validateActivityLaunchOnNewDisplay()