summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/WindowStateAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-8/+30
* Limit certain actions to default Display.Craig Mautner2012-09-051-0/+4
* Make mLayoutNeeded per-Display.Craig Mautner2012-09-041-2/+2
* Change layout inner loop order for multi display.Craig Mautner2012-09-041-4/+6
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-8/+8
* Clean up displayId and layerStack usage.Craig Mautner2012-08-231-2/+5
* Merge "Fix to allow SYSTEM_UID to display windows." into jb-mr1-devCraig Mautner2012-08-211-1/+1
|\
| * Fix to allow SYSTEM_UID to display windows.Craig Mautner2012-08-211-1/+1
* | Merge "Hide non user app windows from other users." into jb-mr1-devCraig Mautner2012-08-211-0/+5
|\ \ | |/
| * Hide non user app windows from other users.Craig Mautner2012-08-201-0/+5
* | Refactor for multi-display support.Jeff Brown2012-08-191-20/+10
|/
* Add features to DisplayManager.Craig Mautner2012-08-021-1/+10
* Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-7/+14
* Small step towards supporting multiple displaysCraig Mautner2012-07-271-6/+6
* Add display manager skeleton.Jeff Brown2012-07-251-5/+5
* Merge "Remove dithering support."Jeff Brown2012-07-161-4/+0
|\
| * Remove dithering support.Jeff Brown2012-07-161-4/+0
* | Further isolate layout side from animation side.Craig Mautner2012-07-131-21/+19
|/
* Isolate layout and animation wallpaper objects.Craig Mautner2012-07-091-25/+28
* Fix hang on rotation.Craig Mautner2012-07-091-2/+2
* Use new object to sync DimAnimator.Craig Mautner2012-07-031-1/+1
* Swap source and destination transfer objects.Craig Mautner2012-07-031-1/+1
* Merge CL 202423/3 App launching has random pauses.Craig Mautner2012-07-031-10/+49
* Use two fingers to work some magic...Dianne Hackborn2012-06-251-32/+85
* Step 1 in consolidating wallpaper animation.Craig Mautner2012-06-221-4/+4
* Fix starting window problems.Craig Mautner2012-06-211-3/+7
* Fix issue #6686339: 2 taps required to launch notification...Dianne Hackborn2012-06-191-2/+2
* Update wallpaper visibility at time of hide/show.Craig Mautner2012-06-131-0/+3
* Remove over aggressive optimization.Craig Mautner2012-06-111-1/+4
* Revert "Merge errors."Craig Mautner2012-06-111-4/+1
* Merge errors.Craig Mautner2012-06-111-1/+4
* Fix exposing wallpaper on rotations and other.Craig Mautner2012-06-111-10/+5
* Hide wallpaper when wallpaper target gets hidden.Craig Mautner2012-06-081-0/+5
* Eliminate wallpaper exposure during transition.Craig Mautner2012-06-051-2/+3
* Merge "Change method of tracking moving AppWindowTokens." into jb-devCraig Mautner2012-05-231-5/+8
|\
| * Change method of tracking moving AppWindowTokens.Craig Mautner2012-05-231-5/+8
* | Eliminate deferred surface destruction.Craig Mautner2012-05-161-17/+2
|/
* Fix some issues with updating the offsets of a window.Dianne Hackborn2012-05-151-53/+73
* WindowManager: unset the wallpaper window cropJamie Gennis2012-05-141-0/+1
* Implement new window cropping.Dianne Hackborn2012-05-131-7/+67
* Fix wallpaper glitch and moving window animation.Craig Mautner2012-05-091-1/+5
* Merge "Fix wallpaper exposure bugs." into jb-devCraig Mautner2012-05-081-21/+29
|\
| * Fix wallpaper exposure bugs.Craig Mautner2012-05-081-21/+29
* | Change DimAnimator to reflect rotations.Craig Mautner2012-05-071-0/+4
|/
* Fix Home key causes wrong animationCraig Mautner2012-05-011-6/+12
* Various debugging enhancements.Craig Mautner2012-04-241-2/+3
* Remove flicker from transitions.Craig Mautner2012-04-201-20/+17
* Defer the Surface.show until animation phase.Craig Mautner2012-04-191-5/+3
* Delay rendering into Surface until draw completed.Craig Mautner2012-04-181-1/+1
* Add call-stack reporting methods into DebugCraig Mautner2012-04-171-10/+11