summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/wm/ScreenRotationAnimation.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-09-09Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin
2013-08-02Add force default orientation.Craig Mautner
2013-03-18Properly close Surface when done.Craig Mautner
2013-03-05remove suppor for SurfaceControl.FX_SURFACE_SCREENSHOTMathias Agopian
2013-02-22Create rotation animation modes.Craig Mautner
2013-02-15clean-up following Surface splitMathias Agopian
2013-02-14split Surface in two classes: SurfaceControl and SurfaceMathias Agopian
2012-12-18Clean up warnings.Craig Mautner
2012-11-29Don't apply transformation fudge when not rotating.Dianne Hackborn
2012-09-10Animations for user switching.Dianne Hackborn
2012-08-31More improvements to the display manager.Jeff Brown
2012-08-27Add plumbing for new surface flinger display API.Jeff Brown
2012-08-23Clean up displayId and layerStack usage.Craig Mautner
2012-08-19Refactor for multi-display support.Jeff Brown
2012-07-27Small step towards supporting multiple displaysCraig Mautner
2012-05-06Force BlackSurface to be a black surface.Craig Mautner
2012-04-16Clear orientation variable until rotation is done.Craig Mautner
2012-04-14Animate from Choreographer only.Craig Mautner
2012-04-12Revert to ICS screen rotation animation.Dianne Hackborn
2012-03-16More work on rotation animation.Dianne Hackborn
2012-03-15Separate layout ops from surface ops.Craig Mautner
2012-03-14Separate out animations from layout.Craig Mautner
2012-03-09Improved rotation animation.Dianne Hackborn
2012-03-05Merge "More work on rotation animation."Dianne Hackborn
2012-03-05More work on rotation animation.Dianne Hackborn
2012-03-02Fix rotation so orientation changes aren't dropped.Craig Mautner
2012-03-01Separate animation steps into start, step and finish phases.Craig Mautner
2012-02-13Fix issue where screen rotations would stop animating.Dianne Hackborn
2012-01-23New screen rotation animation design.Dianne Hackborn
2011-11-04Fix rotation displays frame N-1 briefly while rotatingMathias Agopian
2011-10-18Add a LayerScreenshotMathias Agopian
2011-10-16Revert "Add a LayerScreenshot"Mathias Agopian
2011-10-14Add a LayerScreenshotMathias Agopian
2011-10-12Fix issue #5445966: WindowManager reporting -long on prime when it shouldn't be.Dianne Hackborn
2011-09-11Fix inflating of animations.Dianne Hackborn
2011-08-31Use floating point window positions.Dianne Hackborn
2011-07-25Report the external display size to the input reader.Jeff Brown
2011-06-08Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn
2011-05-27Fix various places that were using the wrong display metrics.Dianne Hackborn
2011-05-16Add new command line option to change global screen size.Dianne Hackborn
2011-03-02Fix issue #3400119: API to specify a black background behind a window transitionDianne Hackborn
2011-02-17Explode WindowManagerService.Dianne Hackborn
2011-02-17Start window manager refactoring.Dianne Hackborn