summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/WindowState.java
Commit message (Expand)AuthorAgeFilesLines
* Fix up expanded desktop behaviour.Danny Baumann2013-03-241-1/+1
* Include child windows when looking for insertion point.Craig Mautner2012-11-301-1/+1
* Retain configuration change info and sync access.Craig Mautner2012-11-271-1/+20
* Fix issue #7343200: Fails to show wallpaper in the background for...Dianne Hackborn2012-11-021-2/+2
* More debugging for issue #7343200 Fails to show wallpaper in the...Dianne Hackborn2012-11-011-4/+5
* Bring up unlock screen for FLAG_DISMISS_KEYGUARD.Craig Mautner2012-10-301-1/+1
* Use parent window to evaluate show-to-all-users.Craig Mautner2012-10-161-7/+15
* Check for apps closing and restore mExiting test.Craig Mautner2012-10-111-1/+5
* Fix problems with IME layers.Craig Mautner2012-10-081-1/+4
* Adds showWhenLocked attribute to Activities.Craig Mautner2012-10-061-2/+13
* Add flag for displaying non-user's Windows to user.Craig Mautner2012-10-051-14/+14
* Fix issue #6968859: home not exiting an ANR'd dreamDianne Hackborn2012-10-041-1/+2
* Fix layout state issues.Craig Mautner2012-09-271-1/+16
* Fix deadlock in LockPatternUtils by using local id.Craig Mautner2012-09-191-2/+2
* Add debug to help with b/7135184.Craig Mautner2012-09-171-1/+2
* 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