Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
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()
/frameworks/base/core/java/android/app/servertransaction/
DFixedRotationAdjustmentsItem.java46 FixedRotationAdjustments fixedRotationAdjustments) { in obtain() argument
53 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in obtain()
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()
/frameworks/base/core/java/android/view/
DDisplayAdjustments.java93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments() argument
94 mFixedRotationAdjustments = fixedRotationAdjustments; in setFixedRotationAdjustments()
/frameworks/base/core/java/android/app/
DClientTransactionHandler.java190 FixedRotationAdjustments fixedRotationAdjustments); in handleFixedRotationAdjustments() argument
DActivityThread.java623 IBinder assistToken, FixedRotationAdjustments fixedRotationAdjustments, in ActivityClientRecord() argument
644 mPendingFixedRotationAdjustments = fixedRotationAdjustments; in ActivityClientRecord()
3466 @Nullable FixedRotationAdjustments fixedRotationAdjustments) { in handleFixedRotationAdjustments() argument
3467 final Consumer<DisplayAdjustments> override = fixedRotationAdjustments != null in handleFixedRotationAdjustments()
3469 .setFixedRotationAdjustments(fixedRotationAdjustments) in handleFixedRotationAdjustments()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java201 FixedRotationAdjustments fixedRotationAdjustments = new FixedRotationAdjustments( in testLaunch() local
210 .setAssistToken(new Binder()).setFixedRotationAdjustments(fixedRotationAdjustments) in testLaunch()