Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48c52c21 authored by Yi Jiang's avatar Yi Jiang Committed by Android (Google) Code Review
Browse files

Merge "Fixes javadoc in RotationResolutionRequest" into sc-dev

parents be36d94e 1cc42bb3
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public final class RotationResolutionRequest implements Parcelable {
    /** The proposed screen rotation in the system. */
    @Surface.Rotation private final int mProposedRotation;

    /** Whether should use camera signal to resolver rotation. */
    /** Whether should use the camera sensor to resolve screen rotation. */
    private final boolean mShouldUseCamera;

    /** The timeout of the request. */
@@ -59,7 +59,7 @@ public final class RotationResolutionRequest implements Parcelable {



    // Code below generated by codegen v1.0.22.
    // Code below generated by codegen v1.0.23.
    //
    // DO NOT MODIFY!
    // CHECKSTYLE:OFF Generated code
@@ -82,7 +82,7 @@ public final class RotationResolutionRequest implements Parcelable {
     * @param proposedRotation
     *   The proposed screen rotation in the system.
     * @param shouldUseCamera
     *   Whether should use camera signal to resolver rotation.
     *   Whether should use the camera sensor to resolve screen rotation.
     * @param timeoutMillis
     *   The timeout of the request.
     */
@@ -135,7 +135,7 @@ public final class RotationResolutionRequest implements Parcelable {
    }

    /**
     * Whether should use camera signal to resolver rotation.
     * Whether should use the camera sensor to resolve screen rotation.
     */
    @DataClass.Generated.Member
    public boolean shouldUseCamera() {
@@ -230,8 +230,8 @@ public final class RotationResolutionRequest implements Parcelable {
    };

    @DataClass.Generated(
            time = 1615402421314L,
            codegenVersion = "1.0.22",
            time = 1617213094231L,
            codegenVersion = "1.0.23",
            sourceFile = "frameworks/base/core/java/android/service/rotationresolver/RotationResolutionRequest.java",
            inputSignatures = "private final @android.annotation.NonNull java.lang.String mPackageName\nprivate final @android.view.Surface.Rotation int mCurrentRotation\nprivate final @android.view.Surface.Rotation int mProposedRotation\nprivate final  boolean mShouldUseCamera\nprivate final @android.annotation.DurationMillisLong long mTimeoutMillis\nclass RotationResolutionRequest extends java.lang.Object implements [android.os.Parcelable]\n@com.android.internal.util.DataClass(genParcelable=true, genToString=true)")
    @Deprecated