summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Allow all loopers to be RT-accelerated"John Reck2014-05-071-6/+9
|\
| * Allow all loopers to be RT-acceleratedJohn Reck2014-05-071-6/+9
* | Merge "Cleanup attachFunctor"John Reck2014-05-071-10/+1
|\ \
| * | Cleanup attachFunctorJohn Reck2014-05-071-10/+1
| |/
* | Implement TODO(romainguy)John Reck2014-05-071-1/+3
|/
* Fix build, also always draw accessibility focus rectAlan Viverette2014-05-011-4/+0
* Merge "Add unhandledInputEvent API to ViewRoot"Michael Wright2014-05-011-33/+75
|\
| * Add unhandledInputEvent API to ViewRootMichael Wright2014-04-291-33/+75
* | Add support for hiding action bars on scroll.Adam Powell2014-05-011-1/+1
* | Merge "Dispatch input events to the TV input"Jae Seo2014-04-291-3/+13
|\ \
| * | Dispatch input events to the TV inputJae Seo2014-04-291-3/+13
* | | Add invokeFunctor call to ViewRootImplBo Liu2014-04-281-0/+8
|/ /
* | Nested scrolling!Adam Powell2014-04-241-0/+27
* | Add missing try/finallysJohn Reck2014-04-231-33/+36
|/
* Add ViewRootImpl#unhandledInputEvent API stub.Michael Wright2014-04-221-0/+7
* am a281be67: am 370cda70: Merge "Allow InputEvents to propagate w/o IME" into...Adam Lesinski2014-04-211-1/+2
|\
| * am 370cda70: Merge "Allow InputEvents to propagate w/o IME" into klp-modular-devAdam Lesinski2014-04-211-1/+2
| |\
| | * Allow InputEvents to propagate w/o IMEAdam Lesinski2014-04-181-1/+2
* | | resolved conflict for merge from d42eeab2 to masterMichael Kolb2014-04-171-1/+9
|\ \ \ | |/ /
| * | am 4abbd0a6: Merge "Populate isRound from config.xml to WindowInsets" into kl...Michael Kolb2014-04-181-1/+9
| |\ \ | | |/
| | * Populate isRound from config.xml to WindowInsetsMichael Kolb2014-04-171-1/+9
| * | am 973ddaac: DO NOT MERGE Add isRound to WindowInsetsAdam Powell2014-04-161-6/+8
| |\ \ | | |/
| | * DO NOT MERGE Add isRound to WindowInsetsAdam Powell2014-04-161-6/+8
* | | Revert the revert of adding isRound to WindowInsets after early mergeAdam Powell2014-04-161-6/+8
* | | Revert "Add isRound to WindowInsets"Michael Kolb2014-04-161-8/+6
* | | Add isRound to WindowInsetsAdam Powell2014-04-161-6/+8
* | | am 9e2fde9c: am d912e1f6: Use the display\'s actual state in the view hierarchy.Jeff Brown2014-04-121-36/+46
|\ \ \ | |/ /
| * | am d912e1f6: Use the display\'s actual state in the view hierarchy.Jeff Brown2014-04-121-36/+46
| |\ \ | | |/
| | * Use the display's actual state in the view hierarchy.Jeff Brown2014-04-111-36/+46
| * | am 14424043: am 369a0057: Merge "Update ViewRootImpl for 64bit functor type."Ben Murdoch2014-04-031-2/+2
| |\ \ | | |/ | |/|
| | * Update ViewRootImpl for 64bit functor type.Ben Murdoch2014-04-021-2/+2
| * | Generate and respect ACTION_CANCEL for joystick fallbacks. DO NOT MERGEMichael Wright2014-03-261-2/+14
* | | Support onHardwarePostDraw in ThreadedRendererJohn Reck2014-04-111-4/+1
* | | Merge "Switch DisplayListData to a staging model"John Reck2014-04-091-1/+1
|\ \ \
| * | | Switch DisplayListData to a staging modelJohn Reck2014-04-091-1/+1
* | | | Fix ThreadedRenderer.setEnabled()John Reck2014-04-091-0/+6
|/ / /
* | | Fence on draws that are reportedJohn Reck2014-04-071-0/+3
* | | Merge "Revert "Force-enable hardware acceleration for apps""John Reck2014-04-021-2/+2
|\ \ \
| * | | Revert "Force-enable hardware acceleration for apps"John Reck2014-04-021-2/+2
* | | | Update several stale RenderNode variable namesChris Craik2014-03-281-14/+14
|/ / /
* | | Force-enable hardware acceleration for appsJohn Reck2014-03-271-2/+2
* | | Respect ACTION_CANCEL for joystick fallbacksMichael Wright2014-03-241-2/+14
* | | Convert a attach/detach functor in ViewRootImpl to x64Bo Liu2014-03-211-2/+2
* | | Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-3/+3
* | | Rename DisplayList->RenderNodeJohn Reck2014-03-171-5/+5
* | | resolved conflicts for merge of fa2e53cc to masterMichael Wright2014-03-051-1/+1
|\ \ \ | |/ /
| * | Revert Japanese special case fallback keys.Michael Wright2014-02-261-71/+1
| |/
* | DisplayList overhaulJohn Reck2014-03-041-28/+3
* | Avoid running functors after detachJohn Reck2014-02-281-1/+8
* | Add back resize bufferJohn Reck2014-02-211-103/+85