diff options
| -rw-r--r-- | core/java/android/view/SurfaceControl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/SurfaceControl.java b/core/java/android/view/SurfaceControl.java index 9d88af95ade8..451a71b71e3f 100644 --- a/core/java/android/view/SurfaceControl.java +++ b/core/java/android/view/SurfaceControl.java @@ -2671,7 +2671,7 @@ public final class SurfaceControl implements Parcelable { * * @param minAlpha The min alpha the {@link SurfaceControl} is required to * have to be considered inside the threshold. - * @param minFractionRendered The min fraction of the SurfaceControl that was resented + * @param minFractionRendered The min fraction of the SurfaceControl that was presented * to the user to be considered inside the threshold. * @param stabilityRequirementMs The time in milliseconds required for the * {@link SurfaceControl} to be in the threshold. |