summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yi Jiang <eejiang@google.com> 2021-03-31 10:48:59 -0700
committer Yi Jiang <eejiang@google.com> 2021-03-31 10:54:40 -0700
commit1cc42bb3718d9cd6661a22d5fe23dd9ea1588cb1 (patch)
treee61d97fbf6cc1b1203c6eae545c04882f454119a
parent6242b00678ef549d752cc1da0e20d673bed641d7 (diff)
Fixes javadoc in RotationResolutionRequest
Bug: 182914734 Test: None Change-Id: Ic1af4033d8555a314214c238894ff01113c7822e
-rw-r--r--core/java/android/service/rotationresolver/RotationResolutionRequest.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/java/android/service/rotationresolver/RotationResolutionRequest.java b/core/java/android/service/rotationresolver/RotationResolutionRequest.java
index 8dec0922b097..8c7db4003235 100644
--- a/core/java/android/service/rotationresolver/RotationResolutionRequest.java
+++ b/core/java/android/service/rotationresolver/RotationResolutionRequest.java
@@ -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