summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/view/VideoPlayerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve TransportController demo.Dianne Hackborn2013-04-041-1/+1
| | | | | | | | | | | | This is an actually realistic implementation of a video player. It's still delibrately simple, but it's not outright broken. We now have our own media controller since that is the only way to get something that actually works, we use system UI flags to hide nav/status bar when playing, we use the new TransportController APIs to go into a formal playback state where we take audio focus. Change-Id: I19ac171483637b8ee94c9c07aea39c11748cbc46
* A few little tweaks to system ui flag demos.Dianne Hackborn2012-05-181-1/+2
| | | | Change-Id: Ib4c3b45e8d67200a2b4f3a8b0daee198b24bad0f
* Work on issue #6475693 OnSystemUiVisibilityChangeListener reporting...Dianne Hackborn2012-05-101-30/+74
| | | | | | | | ...incorrect visibility when the ActionBar overflow menu is opened Improve API demos. Change-Id: I3e831152a0dbb56270a80cf58e9441b55059c884
* Update Full Screen Modes to demostrate more modes.Dianne Hackborn2012-03-301-0/+236
UI is now a set of check boxes to toggle the various modes. Also add new API demos for two typical implementations using system UI flags: a content browser and a video player. Change-Id: If93659343cfc42b903b18997a5a0a04ee10e8343