History log of /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IllustrationVideoView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
616fd7a886200e2366cfc0dca4b9050bf61a6f30 25-Aug-2017 Ajay Nadathur <ajayns@google.com> Add API to expose player's current position

bug: 63084868
Test: Manually tested
Change-Id: Ic0807e9acd8ab37b910ecc718f17044eefa80c15
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IllustrationVideoView.java
5e12def0e205065561e1e64c849bcc7e1df2cccb 31-May-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Make IllustrationVideoView's MediaPlayer protected"
ffb2d8f2de805c6e717053caef48db1839e00d64 25-May-2017 Maurice Lam <yukl@google.com> Make IllustrationVideoView's MediaPlayer protected

So that subclasses can listen to events from the media player.

Test: Existing tests pass
Bug: 37752561
Change-Id: If1c4e3bec245b3e72f183dc9a11753418d74f13a
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IllustrationVideoView.java
198bd0ddb15ad479e0d0d7214645a3c067f271a1 19-May-2017 Maurice Lam <yukl@google.com> Make scaled illustration videos less jagged

Apply a workaround, forcing the textureview to be scaled in order to
apply the anti-aliasing effects to the video.

Test: Manual
Bug: 35950394
Change-Id: I2a1d04b818d2b27b1acd2f77f8201ba1087f2197
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IllustrationVideoView.java
9395f90b26e072b2748db315aaffef27c257a82d 13-May-2017 Maurice Lam <yukl@google.com> Add IllustrationVideoView to setup wizard library

- Upstreamed setup wizard's IllustrationVideoView to SuwLib
- Modified the view to automatically listen to window focus changes
to play and pause the video
- The view will now release the MediaPlayer as well in
onSurfaceTextureDestroyed
- Added checkstyle_suppression XML so it will ignore the
"__constructor__" magic method name from the style check.

Bug: 36584499
Test: ./gradlew connectedAndroidTest test
Change-Id: Id045467d5d544a5f54464a0c938d3d56e758e455
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IllustrationVideoView.java