commit | 1bd0ac6f54fb78425f2729bd474d3a2284f924b5 | [log] [tgz] |
---|---|---|
author | Jin Seok Park <jinpark@google.com> | Mon Jan 29 19:34:56 2018 +0900 |
committer | Jin Seok Park <jinpark@google.com> | Tue Jan 30 10:07:01 2018 +0900 |
tree | bb745078ba9840dea4da03d84cf76656fe391215 | |
parent | 8ec3d5d415776cf37398b6cf788a3d4be2335a73 [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: Ice2ae746e2d3e80e356ce117d98898c63b783d07