summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManagerGlobal.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Move default token handling into WindowManagerImpl" into lmp-mr1-devAlan Viverette2014-11-201-18/+0
|\
| * Move default token handling into WindowManagerImplAlan Viverette2014-11-191-18/+0
* | Fix seeking and scaled duration behaviorChet Haase2014-11-191-1/+10
|/
* Use default token instead of wrapped window managerAlan Viverette2014-11-041-0/+18
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-1/+1
* Missing null checkJohn Reck2014-09-251-3/+4
* Aggressively trim memory for system_processJohn Reck2014-09-221-1/+33
* Enable hardware rendering for system processAlan Viverette2014-07-291-0/+10
* Fix onTrimMemory for HardwareRendererJohn Reck2014-06-301-29/+17
* Improvements to low power mode.Dianne Hackborn2014-06-061-2/+7
* Enable debug stuffsJohn Reck2014-05-291-6/+1
* 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