Searched refs:setFixedRotationAdjustments (Results 1 – 6 of 6) sorted by relevance
101 displayAdjustments.setFixedRotationAdjustments(null); in setupTests()162 displayAdjustments.setFixedRotationAdjustments(fixedRotationAdjustments); in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted()175 setFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_90); in testGetRotation_resourcesWithoutOverride_rotationNotAdjusted()241 setFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_0); in testGetRealSize_resourcesPortraitWithFixedRotation_notRotatedLogicalSize()254 setFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_90); in testGetRealSize_resourcesWithLandscapeFixedRotation_notRotatedLogicalSize()387 setFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_0); in testGetRealMetrics_resourcesPortraitWithFixedRotation_notRotatedLogicalSize()400 setFixedRotationAdjustments(mApplicationContext.getResources(), ROTATION_90); in testGetRealMetrics_resourcesWithLandscapeFixedRotation_notRotatedLogicalSize()575 setFixedRotationAdjustments(resources, rotation); in setOverrideFixedRotationAdjustments()581 private static FixedRotationAdjustments setFixedRotationAdjustments(Resources resources, in setFixedRotationAdjustments() method in DisplayTest586 resources.getDisplayAdjustments().setFixedRotationAdjustments(fixedRotationAdjustments); in setFixedRotationAdjustments()[all …]
82 mDisplayAdjustments.setFixedRotationAdjustments(new FixedRotationAdjustments( in testFixedRotationAdjustments()
206 LaunchActivityItemBuilder setFixedRotationAdjustments(FixedRotationAdjustments fra) { in setFixedRotationAdjustments() method in TestUtils.LaunchActivityItemBuilder
210 .setAssistToken(new Binder()).setFixedRotationAdjustments(fixedRotationAdjustments) in testLaunch()
93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments() method in DisplayAdjustments
3533 .setFixedRotationAdjustments(fixedRotationAdjustments) in handleFixedRotationAdjustments()3845 adjustments.setFixedRotationAdjustments(r.mPendingFixedRotationAdjustments)); in handleLaunchActivity()