summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/DisplayContent.java
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct window ordering.Craig Mautner2013-09-281-0/+1
* Destroy surfaces when display is removed.Craig Mautner2013-08-071-0/+6
* Add home StackBox to all DisplayContent.Craig Mautner2013-08-061-15/+19
* Add force default orientation.Craig Mautner2013-08-021-1/+11
* Fix home activity and user switch interactions.Craig Mautner2013-07-191-76/+3
* add TYPE_PRIVATE_PRESENTATION window typekeunyoung2013-07-121-0/+4
* Add an API to allow for creating private virtual displays.Jeff Brown2013-06-181-0/+7
* Centralize all system InputEventReceiver monitors.Craig Mautner2013-06-121-5/+1
* Make WindowState mUnderStatusBar reflect position.Craig Mautner2013-06-061-1/+1
* Convert API refs to StackBox from ActivityStack.Craig Mautner2013-05-241-9/+10
* Add retrieval of StackBox info for more flexibilityCraig Mautner2013-05-241-0/+27
* Resize all changed windows and fix moveTaskToStackCraig Mautner2013-05-201-2/+4
* Fix layering and launching issues.Craig Mautner2013-05-031-5/+40
* Exclude regions from the tap detector.Craig Mautner2013-04-291-3/+26
* Fix user switching.Craig Mautner2013-04-231-0/+91
* Add tap detector for switching stack focus.Craig Mautner2013-04-231-2/+15
* Incremental repairs to side by side stacks.Craig Mautner2013-04-161-8/+22
* Implement stack splitting and task movement.Craig Mautner2013-04-151-7/+30
* Implement separate stacks.Craig Mautner2013-04-121-47/+59
* Prepare WindowManager for multiple stacks.Craig Mautner2013-04-061-15/+31
* Separate stacks into Home and others.Craig Mautner2013-04-061-0/+11
* Modify StackBox and TaskStack methods.Craig Mautner2013-03-251-5/+35
* Complete removal of Task from DisplayContent.Craig Mautner2013-03-171-18/+13
* Start moving Tasks from DisplayContent to TaskStackCraig Mautner2013-03-151-60/+66
* Remove AppTokenIterator from DisplayContent.Craig Mautner2013-02-261-102/+15
* Switch topRunning* and moveTaskTo*Craig Mautner2013-02-201-63/+23
* Begin switch over to task based history.Craig Mautner2013-02-191-0/+8
* Implement display overscan support.Dianne Hackborn2013-02-191-1/+4
* Reset and reuse Iterators and don't new() one.Craig Mautner2013-02-141-7/+31
* Remove AppWindowToken lists.Craig Mautner2013-02-141-39/+1
* Remove unused App methods.Craig Mautner2013-02-131-25/+0
* Stop using AppToken movement and start using Task.Craig Mautner2013-02-131-6/+12
* Replace access to mAppTokens with AppTokenIteratorCraig Mautner2013-02-121-0/+9
* Add AppWindowTokens to TaskList.Craig Mautner2013-02-121-10/+135
* Migrate AppWindowToken lists into DisplayContent.Craig Mautner2013-02-051-1/+141
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-11/+0
* Allow getDisplayContentLocked to return null...Craig Mautner2012-10-181-2/+5
* Make more items per-Display.Craig Mautner2012-09-161-24/+25
* Fix debug log.Dianne Hackborn2012-09-141-1/+3
* Make mirroring automatic based on Windows on display.Craig Mautner2012-09-071-2/+5
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-0/+8
* Limit certain actions to default Display.Craig Mautner2012-09-051-2/+4
* Change layout inner loop order for multi display.Craig Mautner2012-09-041-0/+2
* Minor refactors.Craig Mautner2012-09-021-0/+4
* Clean up displayId and layerStack usage.Craig Mautner2012-08-231-7/+10
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-7/+7
* Refactor DisplayManagerService to be functional.Craig Mautner2012-08-021-1/+6
* Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-0/+103