Searched refs:setLocalDisplayInConfig (Results 1 – 1 of 1) sorted by relevance
154 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