Searched refs:fixedRotationAdjustments (Results 1 – 7 of 7) sorted by relevance
159 final FixedRotationAdjustments fixedRotationAdjustments = in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted() local162 displayAdjustments.setFixedRotationAdjustments(fixedRotationAdjustments); in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted()574 FixedRotationAdjustments fixedRotationAdjustments = in setOverrideFixedRotationAdjustments() local577 buildOverrideRotationAdjustments(fixedRotationAdjustments)); in setOverrideFixedRotationAdjustments()578 return fixedRotationAdjustments; in setOverrideFixedRotationAdjustments()583 final FixedRotationAdjustments fixedRotationAdjustments = in setFixedRotationAdjustments() local586 resources.getDisplayAdjustments().setFixedRotationAdjustments(fixedRotationAdjustments); in setFixedRotationAdjustments()587 return fixedRotationAdjustments; in setFixedRotationAdjustments()591 FixedRotationAdjustments fixedRotationAdjustments) { in buildOverrideRotationAdjustments() argument593 -> consumedDisplayAdjustments.setFixedRotationAdjustments(fixedRotationAdjustments); in buildOverrideRotationAdjustments()
46 FixedRotationAdjustments fixedRotationAdjustments) { in obtain() argument53 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in obtain()
126 FixedRotationAdjustments fixedRotationAdjustments, IBinder shareableActivityToken, in obtain() argument135 activityClientController, fixedRotationAdjustments, shareableActivityToken, in obtain()303 FixedRotationAdjustments fixedRotationAdjustments, IBinder shareableActivityToken, in setValues() argument323 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in setValues()
93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments() argument94 mFixedRotationAdjustments = fixedRotationAdjustments; in setFixedRotationAdjustments()
190 FixedRotationAdjustments fixedRotationAdjustments); in handleFixedRotationAdjustments() argument
623 IBinder assistToken, FixedRotationAdjustments fixedRotationAdjustments, in ActivityClientRecord() argument644 mPendingFixedRotationAdjustments = fixedRotationAdjustments; in ActivityClientRecord()3466 @Nullable FixedRotationAdjustments fixedRotationAdjustments) { in handleFixedRotationAdjustments() argument3467 final Consumer<DisplayAdjustments> override = fixedRotationAdjustments != null in handleFixedRotationAdjustments()3469 .setFixedRotationAdjustments(fixedRotationAdjustments) in handleFixedRotationAdjustments()
201 FixedRotationAdjustments fixedRotationAdjustments = new FixedRotationAdjustments( in testLaunch() local210 .setAssistToken(new Binder()).setFixedRotationAdjustments(fixedRotationAdjustments) in testLaunch()