summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/WindowAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* clean-up following Surface splitMathias Agopian2013-02-151-2/+2
* Merge "Reset and reuse Iterators and don't new() one."Craig Mautner2013-02-141-3/+5
|\
| * Reset and reuse Iterators and don't new() one.Craig Mautner2013-02-141-3/+5
* | Merge "split Surface in two classes: SurfaceControl and Surface"Mathias Agopian2013-02-141-3/+4
|\ \ | |/ |/|
| * split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-3/+4
* | Remove AppWindowToken lists.Craig Mautner2013-02-141-9/+8
|/
* Migrate AppWindowToken lists into DisplayContent.Craig Mautner2013-02-051-10/+13
* Make DimLayer track changes to WindowState layer.Craig Mautner2013-01-111-2/+6
* Combine DimAnimator and DimSurface into DimLayerCraig Mautner2013-01-081-56/+80
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-141-0/+4
* Call adjustWallpaperWindowsLocked once per pass.Craig Mautner2012-12-121-4/+4
* Share the pending layout changesCraig Mautner2012-12-041-22/+31
* Recouple layout and animation a bit.Craig Mautner2012-12-041-231/+73
* Further decouple layout and animation.Craig Mautner2012-12-041-26/+7
* Fix issue #7457380: IME leaves a mark after user switchingDianne Hackborn2012-11-021-2/+3
* Fix issue #7343200: Fails to show wallpaper in the background for...Dianne Hackborn2012-11-021-8/+29
* More debugging for issue #7343200 Fails to show wallpaper in the...Dianne Hackborn2012-11-011-32/+141
* Work on issue #7343200: Fails to show wallpaper in the background...Dianne Hackborn2012-10-291-0/+2
* Flag window animation transactions as animations.Jamie Gennis2012-10-151-0/+1
* Call Surface.destroy when Display is removed.Craig Mautner2012-10-021-9/+28
* Eliminate potential for NPE in WindowAnimator.Craig Mautner2012-09-211-8/+12
* Add debug to help with b/7135184.Craig Mautner2012-09-171-15/+27
* Make more items per-Display.Craig Mautner2012-09-161-78/+158
* We don't need black frames for forced display size.Jeff Brown2012-09-131-9/+0
* Limit certain actions to default Display.Craig Mautner2012-09-051-14/+1
* Remove single pass actions from display loop.Craig Mautner2012-09-041-26/+27
* Change layout inner loop order for multi display.Craig Mautner2012-09-041-37/+66
* More improvements to the display manager.Jeff Brown2012-08-311-1/+1
* Clean up displayId and layerStack usage.Craig Mautner2012-08-231-2/+10
* Ensure that mAllAppWinAnimators is not null.Craig Mautner2012-08-201-2/+2
* Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-17/+24
* Small step towards supporting multiple displaysCraig Mautner2012-07-271-2/+4
* Further isolate layout side from animation side.Craig Mautner2012-07-131-15/+30
* Handle keyguard visibility states separately.Craig Mautner2012-07-101-5/+22
* Isolate layout and animation wallpaper objects.Craig Mautner2012-07-091-15/+38
* Fix hang on rotation.Craig Mautner2012-07-091-1/+2
* Use new object to sync DimAnimator.Craig Mautner2012-07-031-23/+19
* Swap source and destination transfer objects.Craig Mautner2012-07-031-33/+24
* Step 2 in consolidating wallpaper animation.Craig Mautner2012-07-031-74/+80
* Merge CL 202423/3 App launching has random pauses.Craig Mautner2012-07-031-101/+54
* Use two fingers to work some magic...Dianne Hackborn2012-06-251-0/+6
* Eliminate jank by setting force hiding differentlyCraig Mautner2012-06-251-2/+4
* Step 1 in consolidating wallpaper animation.Craig Mautner2012-06-221-60/+52
* Move animation step from layout to animator.Craig Mautner2012-06-221-6/+62
* More steps to isolate animation.Craig Mautner2012-06-181-40/+57
* Expose apps when keyguard animating.Craig Mautner2012-06-141-1/+1
* Merge "Do not hide animating window behind keyguard." into jb-devCraig Mautner2012-06-131-1/+1
|\
| * Do not hide animating window behind keyguard.Craig Mautner2012-06-121-1/+1
* | Update wallpaper visibility at time of hide/show.Craig Mautner2012-06-131-0/+1
|/
* Remove over aggressive optimization.Craig Mautner2012-06-111-9/+1