commit | 6c6702001502c1ced03dd4a3886060dcef6926d9 | [log] [tgz] |
---|---|---|
author | Jin Seok Park <jinpark@google.com> | Wed Feb 07 14:24:36 2018 +0900 |
committer | Jin Seok Park <jinpark@google.com> | Mon Feb 12 09:44:45 2018 +0900 |
tree | e27fa466343f689bcd298133cded29fe96e95e86 | |
parent | 798b6244999a799742218dea267b7dca35afc1b7 [diff] |
Fix MediaControlView2 progress bar issue This CL does the following 1. Fix progress bar not updating issue by a) Removing mCurrentVisibility variable. b) posting progress update Runnable when playback state is changed. 2. Add support for hiding MediaControlView2 instance with both View.INVISIBLE and View.GONE inside #onVisibilityAggregated. Bug: 73096369 Test: manually run VideoViewTest.apk Change-Id: I9c2569e824e85c7bdd809dd4a459cf35ae1aeaa6