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