From aac22da2d68d8d8eac903d3561e1a4b6ffd7323c Mon Sep 17 00:00:00 2001 From: olly Date: Thu, 10 Dec 2020 13:34:15 +0000 Subject: [PATCH] Fix missing Javadoc PiperOrigin-RevId: 346764371 --- .../main/java/com/google/android/exoplayer2/ui/PlayerView.java | 3 ++- .../com/google/android/exoplayer2/ui/StyledPlayerView.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index 3143d3d70b..6e1ff72621 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -130,7 +130,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull; *
  • Default: {@code never} * *
  • {@code resize_mode} - Controls how video and album art is resized within the view. - * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height} and {@code fill}. + * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height}, {@code fill} and + * {@code zoom}. * *
  • {@code resize_mode} - Controls how video and album art is resized within the view. - * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height} and {@code fill}. + * Valid values are {@code fit}, {@code fixed_width}, {@code fixed_height}, {@code fill} and + * {@code zoom}. *