Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/view/
H A DDisplayTest.java101 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 DisplayTest
586 resources.getDisplayAdjustments().setFixedRotationAdjustments(fixedRotationAdjustments); in setFixedRotationAdjustments()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayAdjustmentsTests.java82 mDisplayAdjustments.setFixedRotationAdjustments(new FixedRotationAdjustments( in testFixedRotationAdjustments()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java206 LaunchActivityItemBuilder setFixedRotationAdjustments(FixedRotationAdjustments fra) { in setFixedRotationAdjustments() method in TestUtils.LaunchActivityItemBuilder
H A DTransactionParcelTests.java210 .setAssistToken(new Binder()).setFixedRotationAdjustments(fixedRotationAdjustments) in testLaunch()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments() method in DisplayAdjustments
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java3533 .setFixedRotationAdjustments(fixedRotationAdjustments) in handleFixedRotationAdjustments()
3845 adjustments.setFixedRotationAdjustments(r.mPendingFixedRotationAdjustments)); in handleLaunchActivity()