Format with google-java-format
This commit is contained in:
parent
370a4c0035
commit
5536b73a08
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user