From 5536b73a08e7a3c92d573e966bec37ad1460aed5 Mon Sep 17 00:00:00 2001 From: oceanjules Date: Tue, 10 Sep 2024 18:28:29 +0100 Subject: [PATCH] Format with google-java-format --- .../java/androidx/media3/ui/PlayerControlView.java | 10 +++++----- .../src/main/java/androidx/media3/ui/PlayerView.java | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/libraries/ui/src/main/java/androidx/media3/ui/PlayerControlView.java b/libraries/ui/src/main/java/androidx/media3/ui/PlayerControlView.java index 1d8235ef04..7d8eda1a20 100644 --- a/libraries/ui/src/main/java/androidx/media3/ui/PlayerControlView.java +++ b/libraries/ui/src/main/java/androidx/media3/ui/PlayerControlView.java @@ -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. * - *

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}. + *

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. */ diff --git a/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java b/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java index 155310df95..9d051e8dd9 100644 --- a/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java +++ b/libraries/ui/src/main/java/androidx/media3/ui/PlayerView.java @@ -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. * - *

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}. + *

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. */