Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java179 verifyRealSizeIsLandscape(display); in testGetRealSize_defaultResourcesLandscape_matchesRotatedLogicalSize()
199 verifyRealSizeIsLandscape(display); in testGetRealSize_defaultDisplayAdjustmentsLandscape_matchesLogicalSize()
225 verifyRealSizeIsLandscape(display); in testGetRealSize_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
445 private static void verifyRealSizeIsLandscape(Display display) { in verifyRealSizeIsLandscape() method in DisplayTest