Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java176 DisplayInfo actualDisplayInfo = new DisplayInfo(); in testConstructor_defaultDisplayAdjustments_matchesDisplayInfo() local
177 display.getDisplayInfo(actualDisplayInfo); in testConstructor_defaultDisplayAdjustments_matchesDisplayInfo()
178 verifyDisplayInfo(actualDisplayInfo, mDisplayInfo); in testConstructor_defaultDisplayAdjustments_matchesDisplayInfo()
188 DisplayInfo actualDisplayInfo = new DisplayInfo(); in testConstructor_defaultResources_matchesDisplayInfo() local
189 display.getDisplayInfo(actualDisplayInfo); in testConstructor_defaultResources_matchesDisplayInfo()
190 verifyDisplayInfo(actualDisplayInfo, mDisplayInfo); in testConstructor_defaultResources_matchesDisplayInfo()