summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManagerGlobal.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-devCraig Mautner2013-08-191-0/+15
|\
| * Notify ViewRootImpl when it's safe to modify Canvas.Craig Mautner2013-08-191-0/+15
* | Fix hardware layers lifecycleRomain Guy2013-08-161-3/+1
|/
* Remove debug logging.Craig Mautner2013-07-011-9/+0
* Add debug for specific bug.Craig Mautner2013-06-271-0/+11
* Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-1/+2
* Complete doDie() before executing addView().Craig Mautner2013-06-151-4/+16
* Dismiss immediately to maintain consistent state.Craig Mautner2013-06-101-5/+3
* Replace arrays with ArrayListCraig Mautner2013-06-061-144/+83
* Delay removal of windows from WindowManagerCraig Mautner2013-06-061-25/+29
* Queues, queues, queues and input.Jeff Brown2013-04-081-3/+3
* Support hierarchy viewer commands via DDMSiva Velusamy2013-01-161-0/+23
* Add throwing InvalidDisplayException from addView.Craig Mautner2012-10-231-14/+23
* Allow getDisplayContentLocked to return null...Craig Mautner2012-10-181-0/+1
* Refactor for multi-display support.Jeff Brown2012-08-191-0/+516