Fix missing Javadoc
PiperOrigin-RevId: 346764371
This commit is contained in:
parent
2a93eff25a
commit
aac22da2d6
@ -130,7 +130,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}
|
||||||
|
@ -132,7 +132,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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user