commit | dde80a9cf4111cc4dee1ff3638e383fa59b952d2 | [log] [tgz] |
---|---|---|
author | Jin Seok Park <jinpark@google.com> | Mon Jan 29 19:23:06 2018 +0900 |
committer | Jin Seok Park <jinpark@google.com> | Tue Jan 30 10:48:10 2018 +0900 |
tree | 4e3c10bc12b95d5f1e8fcbe6c7a9eb2c18823519 | |
parent | 752d7ca14c668df04a25e1565d5058ba7dc9ffe8 [diff] |
Remove show/hide API This CL removes the show/hide API from MediaControlView2 and instead provides the developer with the same function by calling setVisibility(View.VISIBLE | View.GONE), and calling the new APIs set/getTimeout() and requestPlayButtonFocus(). The original Runnable code has been moved to onVisibilityAggregated() as per API council's request. Test: build Change-Id: If53fb8849b4e086619a9c93c85e61da70272976e