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.java330 SizeInfo reportedSizes = getLastReportedSizesForActivity(PORTRAIT_ORIENTATION_ACTIVITY); in testFullscreenAppOrientationRequests() local
332 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() local
545 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 …]
DMultiDisplayActivityLaunchTests.java122 final SizeInfo reportedSizes = getLastReportedSizesForActivity(TEST_ACTIVITY); in validateActivityLaunchOnNewDisplay() local
124 CUSTOM_DENSITY_DPI, reportedSizes.densityDpi); in validateActivityLaunchOnNewDisplay()