Home
last modified time | relevance | path

Searched refs:verifyRealMetricsIsLandscape (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java351 verifyRealMetricsIsLandscape(display); in testGetRealMetrics_defaultResourcesLandscape_matchesRotatedLogicalSize()
371 verifyRealMetricsIsLandscape(display); in testGetRealMetrics_defaultDisplayAdjustmentsLandscape_matchesLogicalSize()
397 verifyRealMetricsIsLandscape(display); in testGetRealMetrics_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
543 private static void verifyRealMetricsIsLandscape(Display display) { in verifyRealMetricsIsLandscape() method in DisplayTest