Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a028ce89
authored
Dec 10, 2020
by
olly
Committed by
Ian Baker
Jan 11, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix missing Javadoc
PiperOrigin-RevId: 346764371
parent
fa0cc1e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java
library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java
View file @
a028ce89
...
@@ -131,7 +131,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
...
@@ -131,7 +131,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
* <li>Default: {@code never}
* <li>Default: {@code never}
* </ul>
* </ul>
* <li><b>{@code resize_mode}</b> - Controls how video and album art is resized within the view.
* <li><b>{@code resize_mode}</b> - 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}.
* <ul>
* <ul>
* <li>Corresponding method: {@link #setResizeMode(int)}
* <li>Corresponding method: {@link #setResizeMode(int)}
* <li>Default: {@code fit}
* <li>Default: {@code fit}
...
...
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerView.java
View file @
a028ce89
...
@@ -133,7 +133,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
...
@@ -133,7 +133,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
* <li>Default: {@code never}
* <li>Default: {@code never}
* </ul>
* </ul>
* <li><b>{@code resize_mode}</b> - Controls how video and album art is resized within the view.
* <li><b>{@code resize_mode}</b> - 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}.
* <ul>
* <ul>
* <li>Corresponding method: {@link #setResizeMode(int)}
* <li>Corresponding method: {@link #setResizeMode(int)}
* <li>Default: {@code fit}
* <li>Default: {@code fit}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment