Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/view/
H A DDisplayTest.java159 final FixedRotationAdjustments fixedRotationAdjustments = in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted() local
162 displayAdjustments.setFixedRotationAdjustments(fixedRotationAdjustments); in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted()
574 FixedRotationAdjustments fixedRotationAdjustments = in setOverrideFixedRotationAdjustments() local
577 buildOverrideRotationAdjustments(fixedRotationAdjustments)); in setOverrideFixedRotationAdjustments()
578 return fixedRotationAdjustments; in setOverrideFixedRotationAdjustments()
583 final FixedRotationAdjustments fixedRotationAdjustments = in setFixedRotationAdjustments() local
586 resources.getDisplayAdjustments().setFixedRotationAdjustments(fixedRotationAdjustments); in setFixedRotationAdjustments()
587 return fixedRotationAdjustments; in setFixedRotationAdjustments()
591 FixedRotationAdjustments fixedRotationAdjustments) { in buildOverrideRotationAdjustments() argument
593 -> consumedDisplayAdjustments.setFixedRotationAdjustments(fixedRotationAdjustments); in buildOverrideRotationAdjustments()
/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DFixedRotationAdjustmentsItem.java46 FixedRotationAdjustments fixedRotationAdjustments) { in obtain() argument
53 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in obtain()
H A DLaunchActivityItem.java126 FixedRotationAdjustments fixedRotationAdjustments, IBinder shareableActivityToken, in obtain() argument
135 activityClientController, fixedRotationAdjustments, shareableActivityToken, in obtain()
303 FixedRotationAdjustments fixedRotationAdjustments, IBinder shareableActivityToken, in setValues() argument
323 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in setValues()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments() argument
94 mFixedRotationAdjustments = fixedRotationAdjustments; in setFixedRotationAdjustments()
/aosp12/frameworks/base/core/java/android/app/
H A DClientTransactionHandler.java189 FixedRotationAdjustments fixedRotationAdjustments); in handleFixedRotationAdjustments() argument
H A DActivityThread.java629 IBinder assistToken, FixedRotationAdjustments fixedRotationAdjustments, in ActivityClientRecord() argument
650 mPendingFixedRotationAdjustments = fixedRotationAdjustments; in ActivityClientRecord()
3530 @Nullable FixedRotationAdjustments fixedRotationAdjustments) { in handleFixedRotationAdjustments() argument
3531 final Consumer<DisplayAdjustments> override = fixedRotationAdjustments != null in handleFixedRotationAdjustments()
3533 .setFixedRotationAdjustments(fixedRotationAdjustments) in handleFixedRotationAdjustments()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java201 FixedRotationAdjustments fixedRotationAdjustments = new FixedRotationAdjustments( in testLaunch() local
210 .setAssistToken(new Binder()).setFixedRotationAdjustments(fixedRotationAdjustments) in testLaunch()