/aosp12/frameworks/base/core/java/android/view/ |
H A D | DisplayAdjustments.java | 37 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 D | FixedRotationAdjustmentsItem.java | 23 import android.view.DisplayAdjustments.FixedRotationAdjustments; 40 private FixedRotationAdjustments mFixedRotationAdjustments; 46 FixedRotationAdjustments fixedRotationAdjustments) { in obtain() 100 mFixedRotationAdjustments = in.readTypedObject(FixedRotationAdjustments.CREATOR); in FixedRotationAdjustmentsItem()
|
H A D | LaunchActivityItem.java | 41 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 D | DisplayTest.java | 37 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 D | TestUtils.java | 32 import android.view.DisplayAdjustments.FixedRotationAdjustments; 113 private FixedRotationAdjustments mFixedRotationAdjustments; 206 LaunchActivityItemBuilder setFixedRotationAdjustments(FixedRotationAdjustments fra) { in setFixedRotationAdjustments()
|
H A D | TransactionParcelTests.java | 59 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 D | DisplayAdjustmentsTests.java | 24 import android.view.DisplayAdjustments.FixedRotationAdjustments; 82 mDisplayAdjustments.setFixedRotationAdjustments(new FixedRotationAdjustments( in testFixedRotationAdjustments()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ClientTransactionHandler.java | 30 import android.view.DisplayAdjustments.FixedRotationAdjustments; 189 FixedRotationAdjustments fixedRotationAdjustments); in handleFixedRotationAdjustments()
|
H A D | ActivityThread.java | 175 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 D | WindowToken.java | 54 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 D | preloaded-classes | 7352 android.view.DisplayAdjustments$FixedRotationAdjustments
|
H A D | boot-image-profile.txt | 817 …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 D | boot-image-profile.txt | 817 …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 D | art-profile | 50859 …edRotationAdjustmentsIfNeeded()Landroid/view/DisplayAdjustments$FixedRotationAdjustments;+]Lcom/an…
|