From bc12306267a873f0eff382210a05dfe08c9ae6cb Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 10 Jan 2022 10:26:16 +0000 Subject: [PATCH] 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 --- libraries/decoder_av1/README.md | 2 +- libraries/decoder_vp9/README.md | 2 +- libraries/ui/src/main/res/values/attrs.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/decoder_av1/README.md b/libraries/decoder_av1/README.md index 3d7c63ef6f..2e2509158a 100644 --- a/libraries/decoder_av1/README.md +++ b/libraries/decoder_av1/README.md @@ -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` diff --git a/libraries/decoder_vp9/README.md b/libraries/decoder_vp9/README.md index 2255cf2e4e..f0d0ddbf28 100644 --- a/libraries/decoder_vp9/README.md +++ b/libraries/decoder_vp9/README.md @@ -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` diff --git a/libraries/ui/src/main/res/values/attrs.xml b/libraries/ui/src/main/res/values/attrs.xml index ee132052f6..921f56fc44 100644 --- a/libraries/ui/src/main/res/values/attrs.xml +++ b/libraries/ui/src/main/res/values/attrs.xml @@ -105,7 +105,7 @@ - +