summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/AppWindowToken.java
Commit message (Expand)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-191-305/+0
* Notify apps when insets change.Craig Mautner2013-11-181-1/+1
* Relayout windows that handle their own config change.Craig Mautner2013-11-121-0/+1
* clean-up following Surface splitMathias Agopian2013-02-151-1/+1
* Migrate AppWindowToken lists into DisplayContent.Craig Mautner2013-02-051-0/+4
* Remove some TODOs.Craig Mautner2013-01-071-1/+0
* Fixes to clean up icon launching during animations.Craig Mautner2012-12-201-0/+16
* Recouple layout and animation a bit.Craig Mautner2012-12-041-2/+1
* Do not clear AppWindowToken.allDrawn while animating.Craig Mautner2012-11-161-0/+3
* Adds showWhenLocked attribute to Activities.Craig Mautner2012-10-061-0/+1
* Further isolate layout side from animation side.Craig Mautner2012-07-131-1/+1
* Merge CL 202423/3 App launching has random pauses.Craig Mautner2012-07-031-2/+8
* Animate from local list of WindowStateAnimators.Craig Mautner2012-04-061-13/+0
* Merge "Refactor input system into its own service."Jeff Brown2012-04-051-1/+2
|\
| * Refactor input system into its own service.Jeff Brown2012-04-051-0/+1
* | First separation of animation from AppWindowToken.Craig Mautner2012-04-041-260/+4
* | Move more items between layout and animate sides.Craig Mautner2012-04-041-5/+9
|/
* Refactor to convert four state booleans to int.Craig Mautner2012-04-021-2/+1
* Further isolate the Surface from WindowState.Craig Mautner2012-04-021-1/+2
* Move variables into animation class.Craig Mautner2012-03-301-2/+2
* Move Surface operations out of WindowState.Craig Mautner2012-03-291-10/+11
* Refactor animation out of WindowState.Craig Mautner2012-03-261-9/+9
* Skip layout if performShow fails.Craig Mautner2012-03-251-0/+4
* Add new thumbnail animation.Dianne Hackborn2012-03-231-3/+82
* Separate animation into separate class.Craig Mautner2012-03-221-2/+2
* Continue animations started from AppWindowToken.Craig Mautner2012-03-211-1/+4
* Minor refactoring prior to major refactoring.Craig Mautner2012-03-201-1/+1
* Fix flickering when starting and ending apps.Craig Mautner2012-03-201-0/+4
* Perform finish animation actions.Craig Mautner2012-03-161-2/+4
* Separate out animations from layout.Craig Mautner2012-03-141-5/+7
* Separate animation steps into start, step and finish phases.Craig Mautner2012-03-011-17/+25
* Various performance and other work.Dianne Hackborn2011-10-311-0/+24
* Fix issue #5312624: Lock screen very flickeryDianne Hackborn2011-09-201-1/+1
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-141-1/+1
* Explode WindowManagerService.Dianne Hackborn2011-02-171-0/+413