summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* am 7741b63c: am 6dee0a0f: Merge "Fix bug where thumbnails flashed more often ...Michael Jurka2013-05-081-2/+15
|\
| * Fix bug where thumbnails flashed more often in RecentsMichael Jurka2013-05-081-2/+15
* | am fa4c935e: am 239a0c0e: Ensure ViewRootImpl.setAccessibilityFocus() doesn\'...Alan Viverette2013-05-081-1/+4
|\ \ | |/
| * Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.Alan Viverette2013-05-071-1/+4
* | Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-43/+2
* | am 58500051: am 5fe6e4c4: Merge "Rewrite input handling for native applicatio...Michael Wright2013-04-231-17/+47
|\ \ | |/
| * Rewrite input handling for native applicationsMichael Wright2013-04-221-17/+47
* | am 4c87edfe: am 1763d6f9: Merge "always trigger a re-draw when updating the t...Mathias Agopian2013-04-121-2/+3
|\ \ | |/
| * Merge "always trigger a re-draw when updating the transparent region hint" in...Mathias Agopian2013-04-131-2/+3
| |\
| | * always trigger a re-draw when updating the transparent region hintMathias Agopian2013-04-121-2/+3
* | | am 429664a5: am d5e7b8bf: Merge "Clear test rectangle if previous focus is nu...Craig Mautner2013-04-121-3/+3
|\ \ \ | |/ /
| * | Merge "Clear test rectangle if previous focus is null." into jb-mr2-devCraig Mautner2013-04-121-3/+3
| |\ \ | | |/ | |/|
| | * Clear test rectangle if previous focus is null.Craig Mautner2013-04-111-3/+3
* | | am af543eb0: am 8881455a: Merge "Send joystick key repeat messages to correct...Michael Wright2013-04-101-1/+1
|\ \ \ | |/ /
| * | Send joystick key repeat messages to correct handlerMichael Wright2013-04-101-1/+1
| |/
* | am 55198db2: am 4dac901f: Rewrite touch navigation dpad synthesis.Jeff Brown2013-04-101-245/+371
|\ \ | |/
| * Rewrite touch navigation dpad synthesis.Jeff Brown2013-04-101-245/+371
* | am f1cee03b: am 678a1252: Split up the event synthesis code by source.Jeff Brown2013-04-101-271/+561
|\ \ | |/
| * Split up the event synthesis code by source.Jeff Brown2013-04-101-271/+561
* | am 9acc8c9c: am 97b968b6: Merge "Fix trackball interpretation of precision." ...Jeff Brown2013-04-081-15/+13
|\ \ | |/
| * Merge "Fix trackball interpretation of precision." into jb-mr2-devJeff Brown2013-04-091-15/+13
| |\
| | * Fix trackball interpretation of precision.Jeff Brown2013-04-081-15/+13
* | | resolved conflicts for merge of 21dffd5d to masterJeff Brown2013-04-081-623/+806
|\ \ \ | |/ /
| * | Merge "Queues, queues, queues and input." into jb-mr2-devJeff Brown2013-04-081-623/+806
| |\ \ | | |/
| | * Queues, queues, queues and input.Jeff Brown2013-04-081-623/+806
* | | am 9ff408c1: am faec826b: Merge "Reduce the size of dirty invalidates" into j...Romain Guy2013-04-041-13/+10
|\ \ \ | |/ /
| * | Merge "Reduce the size of dirty invalidates" into jb-mr2-devRomain Guy2013-04-041-13/+10
| |\ \ | | |/ | |/|
| | * Reduce the size of dirty invalidatesRomain Guy2013-04-041-13/+10
* | | Phase 1 of refactoring SystemServer.Dan Morrill2013-04-041-0/+10
|/ /
* | Stop jank from window animations overlapping activity animationsChet Haase2013-04-021-0/+2
* | Finish any event in the current input queueMichael Wright2013-03-291-45/+69
|/
* Merge "Use input transport for communications between app and IME." into jb-m...Jeff Brown2013-03-271-56/+26
|\
| * Use input transport for communications between app and IME.Jeff Brown2013-03-261-56/+26
* | Deliver key repeats for artificial dpad eventsMichael Wright2013-03-261-4/+32
|/
* Fix log tags in trackball debuggingMichael Wright2013-03-231-2/+2
* Merge "New media button API." into jb-mr2-devDianne Hackborn2013-03-221-0/+3
|\
| * New media button API.Dianne Hackborn2013-03-221-0/+3
* | Add pipelining optimization to IME dispatchingMichael Wright2013-03-221-45/+104
|/
* Add tracing for pending queue sizeMichael Wright2013-03-211-0/+11
* Merge "Fix erroneous requestLayout-during-layout issues" into jb-mr2-devChet Haase2013-03-151-54/+103
|\
| * Fix erroneous requestLayout-during-layout issuesChet Haase2013-03-131-54/+103
* | Add touch navigation input sourceMichael Wright2013-03-111-8/+8
|/
* Formalize overscan metrics.Dianne Hackborn2013-02-221-10/+37
* Expose display list APIsRomain Guy2013-02-191-7/+0
* Fix bug #7381967 Add RTL APIs to ViewParentFabrice Di Meglio2013-02-111-0/+45
* Fix build break due to merge.Jeff Brown2013-02-081-2/+1
* am 110fe9b3: am fe1f3a1b: Merge "Fix ViewRootImpl to find missing focus using...Jeff Brown2013-02-081-0/+7
|\
| * am fe1f3a1b: Merge "Fix ViewRootImpl to find missing focus using D-pad."Jeff Brown2013-02-081-0/+7
| |\
| | * Fix ViewRootImpl to find missing focus using D-pad.Ki-Hwan Lee2013-02-071-0/+7
* | | Merge "Correctly resume profileRendering"Chris Craik2013-02-071-11/+16
|\ \ \