Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java188 setOverrideFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_90); in testGetRotation_resourcesWithOverrideDisplayAdjustments_rotationAdjusted()
267 setOverrideFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_0); in testGetRealSize_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
280 setOverrideFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_90); in testGetRealSize_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
413 setOverrideFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_0); in testGetRealMetrics_resourcesWithPortraitOverrideRotation_rotatedLogicalSize()
426 setOverrideFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_90); in testGetRealMetrics_resourcesWithLandscapeOverrideRotation_rotatedLogicalSize()
572 private static FixedRotationAdjustments setOverrideFixedRotationAdjustments( in setOverrideFixedRotationAdjustments() method in DisplayTest