Rename some references from PlayerView to LegacyPlayerView

These were missed in 9dae5fd2c0

These references will be re-written to PlayerView when exporting to
exoplayer2, so this commit results in some small reformatting changes.

Also fix a reference to LegacyPlayerControlView that should be
StyledPlayerControlView.

PiperOrigin-RevId: 420707706
This commit is contained in:
ibaker 2022-01-10 10:26:16 +00:00 committed by bachinger
parent ede93022c7
commit bc12306267
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ gets from the libgav1 decoder:
`VideoDecoderOutputBufferRenderer` as its object.
`VideoDecoderGLSurfaceView` is the concrete
`VideoDecoderOutputBufferRenderer` implementation used by
`(Styled)PlayerView`.
`StyledPlayerView` and `LegacyPlayerView`.
* Native rendering using `ANativeWindow`

View File

@ -125,7 +125,7 @@ gets from the libvpx decoder:
`VideoDecoderOutputBufferRenderer` as its object.
`VideoDecoderGLSurfaceView` is the concrete
`VideoDecoderOutputBufferRenderer` implementation used by
`(Styled)PlayerView`.
`StyledPlayerView` and `LegacyPlayerView`.
* Native rendering using `ANativeWindow`

View File

@ -105,7 +105,7 @@
<attr name="surface_type"/>
<!-- AspectRatioFrameLayout attributes -->
<attr name="resize_mode"/>
<!-- LegacyPlayerControlView attributes -->
<!-- StyledPlayerControlView attributes -->
<attr name="show_timeout"/>
<attr name="repeat_toggle_modes"/>
<attr name="show_shuffle_button"/>