mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Fix missing Javadoc
PiperOrigin-RevId: 346764371
This commit is contained in:
parent
2a93eff25a
commit
aac22da2d6
2 changed files with 4 additions and 2 deletions
|
|
@ -130,7 +130,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}
|
||||
|
|
|
|||
|
|
@ -132,7 +132,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