summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/WindowState.java
Commit message (Expand)AuthorAgeFilesLines
* Only consider hiddenRequested when deciding layoutCraig Mautner2012-09-121-1/+1
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-0/+15
* Limit certain actions to default Display.Craig Mautner2012-09-051-0/+5
* Make mLayoutNeeded per-Display.Craig Mautner2012-09-041-1/+7
* Fix to allow SYSTEM_UID to display windows.Craig Mautner2012-08-211-6/+8
* Hide non user app windows from other users.Craig Mautner2012-08-201-0/+23
* Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-9/+21
* Small step towards supporting multiple displaysCraig Mautner2012-07-271-1/+4
* Add display manager skeleton.Jeff Brown2012-07-251-1/+1
* Further isolate layout side from animation side.Craig Mautner2012-07-131-3/+3
* Isolate layout and animation wallpaper objects.Craig Mautner2012-07-091-1/+1
* Swap source and destination transfer objects.Craig Mautner2012-07-031-2/+2
* Use two fingers to work some magic...Dianne Hackborn2012-06-251-0/+3
* Don't display based on a dummy animation.Craig Mautner2012-06-221-1/+2
* Fix starting window problems.Craig Mautner2012-06-211-1/+1
* Fix issue #6686339: 2 taps required to launch notification...Dianne Hackborn2012-06-191-0/+22
* Merge "Change method of tracking moving AppWindowTokens." into jb-devCraig Mautner2012-05-231-1/+3
|\
| * Change method of tracking moving AppWindowTokens.Craig Mautner2012-05-231-1/+3
* | Eliminate deferred surface destruction.Craig Mautner2012-05-161-2/+1
|/
* Implement new window cropping.Dianne Hackborn2012-05-131-36/+16
* Add system insets to windows.Dianne Hackborn2012-04-301-14/+54
* Merge "Refactor input system into its own service."Jeff Brown2012-04-051-0/+2
|\
| * Refactor input system into its own service.Jeff Brown2012-04-051-0/+2
* | Clean up status bar, system bar, navigation bar management.Dianne Hackborn2012-04-041-0/+6
* | First separation of animation from AppWindowToken.Craig Mautner2012-04-041-7/+8
* | Move more items between layout and animate sides.Craig Mautner2012-04-041-0/+3
|/
* Refactor to convert four state booleans to int.Craig Mautner2012-04-021-20/+6
* Further isolate the Surface from WindowState.Craig Mautner2012-04-021-15/+17
* Move variables into animation class.Craig Mautner2012-03-301-43/+3
* Remove obsolete variable masking valid one.Craig Mautner2012-03-291-17/+14
* Move Surface operations out of WindowState.Craig Mautner2012-03-291-621/+19
* Move wallpaper animations int WindowAnimator.Craig Mautner2012-03-291-7/+97
* Refactor animation out of WindowState.Craig Mautner2012-03-261-289/+43
* Skip layout if performShow fails.Craig Mautner2012-03-251-0/+3
* Separate animation into separate class.Craig Mautner2012-03-221-4/+4
* Minor refactoring prior to major refactoring.Craig Mautner2012-03-201-6/+5
* Fix flickering when starting and ending apps.Craig Mautner2012-03-201-3/+9
* Perform finish animation actions.Craig Mautner2012-03-161-18/+7
* Separate layout ops from surface ops.Craig Mautner2012-03-151-7/+4
* Separate out animations from layout.Craig Mautner2012-03-141-6/+7
* Dejank: also animate window moves due to requested size changes.Dianne Hackborn2012-03-121-0/+13
* Fix state machine sequence causing wallpaper flash.Craig Mautner2012-03-091-10/+21
* Separate animation steps into start, step and finish phases.Craig Mautner2012-03-011-15/+21
* Detect animation completions like we used to.Craig Mautner2012-02-281-1/+1
* Fix bug introduced when moving animation step out from between assignments to...Craig Mautner2012-02-271-0/+4
* - Consolidate all animations in a single place outside of layout loop.Craig Mautner2012-02-211-3/+9
* Simplify Choreographer API.Jeff Brown2012-02-151-2/+2
* Use Choreographer for window manager animation timing.Dianne Hackborn2012-02-011-2/+2
* Another attempt at issue #5823276: home repaints after full-screen app is exitedDianne Hackborn2012-01-231-3/+10
* Fix issue #5823276 again: home repaints after full-screen app is exitedDianne Hackborn2012-01-201-0/+10