summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManagerGlobal.java
Commit message (Expand)AuthorAgeFilesLines
* Move ApplicationInfo hardware acceleration to public flagsAlan Viverette2015-05-271-1/+3
* Make sure the app can draw a frame before unlockingJorim Jaggi2015-05-131-6/+0
* Disable input during Activity Transition.George Mount2015-05-071-2/+1
* Enable/disable hardware rendering on windows by application tagAlan Viverette2015-03-181-5/+5
* Initial attempt at jank-tracking stat collectionJohn Reck2015-02-201-2/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-0/+33
* am 00c85656: am 42b0d10a: am 1ea6afe1: Merge "Don\'t allow windows with inval...Wale Ogunwale2015-01-131-0/+1
|\
| * Don't allow windows with invalid types to be added.Wale Ogunwale2015-01-121-0/+1
* | Don't force hardware acceleration for services on low-end GFXAlan Viverette2014-12-151-4/+4
|/
* 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