Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java206 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()
259 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_0); in testGetRealSize_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
272 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRealSize_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
379 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_0); in testGetRealMetrics_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
392 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRealMetrics_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
577 private static void setLocalDisplayInConfig(Resources resources, in setLocalDisplayInConfig() method in DisplayTest