summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/MovieControllerOverlay.java
Commit message (Collapse)AuthorAgeFilesLines
* Gallery2: Fix menu bar layout display error in portrait modekaiyiz2014-12-121-1/+1
| | | | | | | | | | The forward button is interlock with separate line. Modify layout param to make the layout display normal. CRs-fixed: 674514 Change-Id: Idf09aee09c67ad943109ad054fe8d4bfa41e4061
* Gallery2: Cropped video seek bar pointer.kaiyiz2014-11-041-1/+1
| | | | | | | Modify time bar layout to make it show completely. Change-Id: Id3c61db55e2c92696babe38bf9cc8f94c32459ce CRs-Fixed: 737809
* Gallery2: Reginal requirement for RTLkaiyiz2014-11-041-0/+3
| | | | | | | | Add RTL logic in load picture, pick picture, show picture, delete picture, load album, pick album, show album, show widget, pick widget, scroll timebar. Change Camera setting to support RTL. Change-Id: Ica264f624e0f20153280066264943882ad22f2db
* Gallery2: add some video featuresLikai Ding2014-11-041-9/+787
| | | | | | | including: previous/next video play mode, screen mode, fast forward/rewind button, step settings. Change-Id: I3f4890c4dd95956e0eca889a5fd8b8d83b8d542e
* Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-268/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Refactored the classes to support both the video play and trim. Now the common code for controller overlay is in CommonControllerOverlay, which is basically the same as the original MovieControllerOverlay without animation. Because in trimming, we don't want to hide all the controller. The specific animations are implemented in the sub-classes which are TrimControllerOverlay and MovieControllerOverlay. At the same time, TrimTimeBar extended TimeBar to support the extra trimming start scrubber and end scrubber. The interface between the timebar and the controllerOverlay are kept almost the same way, except adding the trimming info when necessary. With all these, the activity of TrimVideo now relied on the TrimTimeBar and TrimControllerOverlay. Similarily, the MovieActivity relied on the TimeBar and MovieControllerOverlay. 2. Hook the TrimVideo activity with the trim menu. Note that the icons are temporary for now, still need UX input on that. bug:7093055 Change-Id: Ib9bfbc090106744a569fce4c451ddffc0a2c699b
* Code clean up.Ahbong Chang2012-07-301-351/+373
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Add back the background when we show the action barOwen Lin2012-05-251-21/+41
| | | | | | | | | | | | | | | | This change fix the following UI issues: 1. We add a black backgorund when ActionBar shows and remove it when we hide the action bar. 2. Make the postion of video stable when opening 3. Prevent glitching when opening a video 4. Make it really full-screen. 5. Hide ControlOverlay at begining. bug:6519765 bug:6491674 Change-Id: I3ab033642df2c4a158b99385b02e3e967eebeabd
* Fix 6470803 De-jank for video playback in fullscreenRay Chen2012-05-111-3/+0
| | | | | | b: 6470803 Change-Id: I91fd8430c34e84eac45c33070f0f571627e96820
* Reorganize import for all files.Owen Lin2012-03-141-2/+2
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Fix b/5948187: Add progress text for loading video.Yuli Huang2012-03-071-11/+13
| | | | Change-Id: If85a5db3c6128cf0c59b97dc44f51cdfc87d225b
* Remove unused code.Chih-Chung Chang2012-02-231-4/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Fix 5393669: New Player Control UI.Chih-Chung Chang2011-10-181-0/+390
Change-Id: I1aa310eee3b7715dbefea6b2f24e6f32481db49c