Format with google-java-format

This commit is contained in:
oceanjules 2024-09-10 18:28:29 +01:00
parent 370a4c0035
commit 5536b73a08
2 changed files with 8 additions and 7 deletions

View File

@ -1579,12 +1579,12 @@ public class PlayerControlView extends FrameLayout {
}
/**
* Updates whether the controller is in fullscreen, changing its fullscreen icon and reports it
* to to the listener.
* Updates whether the controller is in fullscreen, changing its fullscreen icon and reports it to
* to the listener.
*
* <p>For {@code isFullscreen} equals {@code true} the icon will be set
* to {@link R.drawable#exo_styled_controls_fullscreen_exit} or else
* {@link R.drawable#exo_styled_controls_fullscreen_enter}.
* <p>For {@code isFullscreen} equals {@code true} the icon will be set to {@link
* R.drawable#exo_styled_controls_fullscreen_exit} or else {@link
* R.drawable#exo_styled_controls_fullscreen_enter}.
*
* @param isFullscreen If the view is in full screen.
*/

View File

@ -1142,8 +1142,9 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
/**
* Sets whether the player is currently in fullscreen, this will change the displayed icon.
*
* <p>If {@code isFullscreen} is {@code true}, {@link R.drawable#exo_styled_controls_fullscreen_exit}
* will be displayed or else {@link R.drawable#exo_styled_controls_fullscreen_enter}.
* <p>If {@code isFullscreen} is {@code true}, {@link
* R.drawable#exo_styled_controls_fullscreen_exit} will be displayed or else {@link
* R.drawable#exo_styled_controls_fullscreen_enter}.
*
* @param isFullscreen Whether the player is currently in fullscreen.
*/