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.java231 verifyRealSizeIsLandscape(display); in testGetRealSize_defaultResourcesLandscape_matchesRotatedLogicalSize()
251 verifyRealSizeIsLandscape(display); in testGetRealSize_defaultDisplayAdjustmentsLandscape_matchesLogicalSize()
277 verifyRealSizeIsLandscape(display); in testGetRealSize_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
536 private static void verifyRealSizeIsLandscape(Display display) { in verifyRealSizeIsLandscape() method in DisplayTest