Commit bc123062 by ibaker Committed by bachinger

Rename some references from PlayerView to LegacyPlayerView

These were missed in https://github.com/androidx/media/commit/9dae5fd2c0d2781064a296d8b73e4aae99cd0d16

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
parent ede93022
......@@ -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`
......
......@@ -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`
......
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment