Merge "Fixes javadoc in RotationResolutionRequest" into sc-dev

This commit is contained in:
Yi Jiang
2021-03-31 20:31:05 +00:00
committed by Android (Google) Code Review

View File

@@ -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