Home
last modified time | relevance | path

Searched refs:FixedRotationAdjustments (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java37 private FixedRotationAdjustments mFixedRotationAdjustments;
97 public FixedRotationAdjustments getFixedRotationAdjustments() { in getFixedRotationAdjustments()
203 public static class FixedRotationAdjustments implements Parcelable { class in DisplayAdjustments
241 if (!(o instanceof FixedRotationAdjustments)) { in equals()
244 final FixedRotationAdjustments other = (FixedRotationAdjustments) o; in equals()
271 private FixedRotationAdjustments(Parcel in) { in FixedRotationAdjustments() method in DisplayAdjustments.FixedRotationAdjustments
280 public static final Creator<FixedRotationAdjustments> CREATOR =
281 new Creator<FixedRotationAdjustments>() {
283 return new FixedRotationAdjustments(in);
286 public FixedRotationAdjustments[] newArray(int size) {
[all …]
/aosp12/frameworks/base/core/java/android/app/servertransaction/
H A DFixedRotationAdjustmentsItem.java23 import android.view.DisplayAdjustments.FixedRotationAdjustments;
40 private FixedRotationAdjustments mFixedRotationAdjustments;
46 FixedRotationAdjustments fixedRotationAdjustments) { in obtain()
100 mFixedRotationAdjustments = in.readTypedObject(FixedRotationAdjustments.CREATOR); in FixedRotationAdjustmentsItem()
H A DLaunchActivityItem.java41 import android.view.DisplayAdjustments.FixedRotationAdjustments;
81 private FixedRotationAdjustments mFixedRotationAdjustments;
126 FixedRotationAdjustments fixedRotationAdjustments, IBinder shareableActivityToken, in obtain()
192 in.readTypedObject(FixedRotationAdjustments.CREATOR), in.readStrongBinder(), in LaunchActivityItem()
303 FixedRotationAdjustments fixedRotationAdjustments, IBinder shareableActivityToken, in setValues()
/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/view/
H A DDisplayTest.java37 import android.view.DisplayAdjustments.FixedRotationAdjustments;
159 final FixedRotationAdjustments fixedRotationAdjustments = in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted()
160 new FixedRotationAdjustments(ROTATION_90, APP_WIDTH, APP_HEIGHT, in testGetRotation_displayAdjustmentsWithoutOverride_rotationNotAdjusted()
572 private static FixedRotationAdjustments setOverrideFixedRotationAdjustments( in setOverrideFixedRotationAdjustments()
574 FixedRotationAdjustments fixedRotationAdjustments = in setOverrideFixedRotationAdjustments()
581 private static FixedRotationAdjustments setFixedRotationAdjustments(Resources resources, in setFixedRotationAdjustments()
583 final FixedRotationAdjustments fixedRotationAdjustments = in setFixedRotationAdjustments()
584 new FixedRotationAdjustments(rotation, APP_WIDTH, APP_HEIGHT, in setFixedRotationAdjustments()
591 FixedRotationAdjustments fixedRotationAdjustments) { in buildOverrideRotationAdjustments()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java32 import android.view.DisplayAdjustments.FixedRotationAdjustments;
113 private FixedRotationAdjustments mFixedRotationAdjustments;
206 LaunchActivityItemBuilder setFixedRotationAdjustments(FixedRotationAdjustments fra) { in setFixedRotationAdjustments()
H A DTransactionParcelTests.java59 import android.view.DisplayAdjustments.FixedRotationAdjustments;
201 FixedRotationAdjustments fixedRotationAdjustments = new FixedRotationAdjustments( in testLaunch()
367 new FixedRotationAdjustments(Surface.ROTATION_270, 1920, 1080, in testFixedRotationAdjustments()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayAdjustmentsTests.java24 import android.view.DisplayAdjustments.FixedRotationAdjustments;
82 mDisplayAdjustments.setFixedRotationAdjustments(new FixedRotationAdjustments( in testFixedRotationAdjustments()
/aosp12/frameworks/base/core/java/android/app/
H A DClientTransactionHandler.java30 import android.view.DisplayAdjustments.FixedRotationAdjustments;
189 FixedRotationAdjustments fixedRotationAdjustments); in handleFixedRotationAdjustments()
H A DActivityThread.java175 import android.view.DisplayAdjustments.FixedRotationAdjustments;
606 FixedRotationAdjustments mPendingFixedRotationAdjustments;
629 IBinder assistToken, FixedRotationAdjustments fixedRotationAdjustments, in ActivityClientRecord()
3530 @Nullable FixedRotationAdjustments fixedRotationAdjustments) { in handleFixedRotationAdjustments()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java54 import android.view.DisplayAdjustments.FixedRotationAdjustments;
593 FixedRotationAdjustments adjustments = null; in notifyFixedRotationTransform()
649 FixedRotationAdjustments createFixedRotationAdjustmentsIfNeeded() { in createFixedRotationAdjustmentsIfNeeded()
654 return new FixedRotationAdjustments(displayInfo.rotation, displayInfo.appWidth, in createFixedRotationAdjustmentsIfNeeded()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7352 android.view.DisplayAdjustments$FixedRotationAdjustments
H A Dboot-image-profile.txt817 …ionHandler;Landroid/os/IBinder;Landroid/view/DisplayAdjustments$FixedRotationAdjustments;Landroid/…
3220 …/app/IActivityClientController;Landroid/view/DisplayAdjustments$FixedRotationAdjustments;Landroid/…
16566 HSPLandroid/view/DisplayAdjustments$FixedRotationAdjustments$1;-><init>()V
16567 HSPLandroid/view/DisplayAdjustments$FixedRotationAdjustments;-><clinit>()V
31012 Landroid/view/DisplayAdjustments$FixedRotationAdjustments$1;
31013 Landroid/view/DisplayAdjustments$FixedRotationAdjustments;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt817 …ionHandler;Landroid/os/IBinder;Landroid/view/DisplayAdjustments$FixedRotationAdjustments;Landroid/…
3218 …/app/IActivityClientController;Landroid/view/DisplayAdjustments$FixedRotationAdjustments;Landroid/…
16615 HSPLandroid/view/DisplayAdjustments$FixedRotationAdjustments$1;-><init>()V
16616 HSPLandroid/view/DisplayAdjustments$FixedRotationAdjustments;-><clinit>()V
40676 Landroid/view/DisplayAdjustments$FixedRotationAdjustments$1;
40677 Landroid/view/DisplayAdjustments$FixedRotationAdjustments;
/aosp12/frameworks/base/services/
H A Dart-profile50859 …edRotationAdjustmentsIfNeeded()Landroid/view/DisplayAdjustments$FixedRotationAdjustments;+]Lcom/an…