mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Fix missing Javadoc
PiperOrigin-RevId: 346764371
This commit is contained in:
parent
fa0cc1e15f
commit
a028ce8964
2 changed files with 4 additions and 2 deletions
|
|
@ -131,7 +131,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
* <li>Default: {@code never}
|
||||
* </ul>
|
||||
* <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>
|
||||
* <li>Corresponding method: {@link #setResizeMode(int)}
|
||||
* <li>Default: {@code fit}
|
||||
|
|
|
|||
|
|
@ -133,7 +133,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
* <li>Default: {@code never}
|
||||
* </ul>
|
||||
* <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>
|
||||
* <li>Corresponding method: {@link #setResizeMode(int)}
|
||||
* <li>Default: {@code fit}
|
||||
|
|
|
|||
Loading…
Reference in a new issue