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.java154 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()
207 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_0); in testGetRealSize_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
220 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRealSize_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
327 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_0); in testGetRealMetrics_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
340 setLocalDisplayInConfig(mApplicationContext.getResources(), ROTATION_90); in testGetRealMetrics_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
486 private static void setLocalDisplayInConfig(Resources resources, in setLocalDisplayInConfig() method in DisplayTest