summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Rewrite input handling for native applicationsMichael Wright2013-04-221-17/+47
* 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
* | 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
* | Send joystick key repeat messages to correct handlerMichael Wright2013-04-101-1/+1
|/
* Rewrite touch navigation dpad synthesis.Jeff Brown2013-04-101-245/+371
* Split up the event synthesis code by source.Jeff Brown2013-04-101-271/+561
* 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
* | 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
* | 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
* | 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
|\ \ \
| * | | Correctly resume profileRenderingChris Craik2013-02-071-11/+16
* | | | App ops: track system windows, monitoring changes.Dianne Hackborn2013-02-061-0/+8
|/ / /
* | | Tag HardwareRenderers with a name to help debuggingRomain Guy2013-01-311-0/+1
* | | Merge "Adding UI test automation APIs."Svetoslav Ganov2013-01-291-5/+6
|\ \ \
| * | | Adding UI test automation APIs.Svetoslav Ganov2013-01-221-5/+6
* | | | Reinitialize hardware renderer after eglTerminate()Romain Guy2013-01-281-46/+47
|/ / /
* | | am 85a06152: am fe88f1be: Merge "Fix bug of SimulatedTrackball" into jb-mr1-a...Dake Gu2013-01-181-8/+5
|\ \ \ | |/ /
| * | Fix bug of SimulatedTrackballDake Gu2013-01-171-8/+5
| * | Optimize focused input event dispatch in view root. DO NOT MERGEJeff Brown2013-01-141-121/+125
* | | Merge "Optimize focused input event dispatch in view root."Jeff Brown2013-01-141-121/+125
|\ \ \
| * | | Optimize focused input event dispatch in view root.Jeff Brown2013-01-141-121/+125
* | | | Fixing a memory leak in ViewRootImpl and a focus change callback issue.Svetoslav Ganov2013-01-091-55/+26
|/ / /
* | | am a90c92a1: am 86903699: Merge "Start RecognitionActivity with an upswipe ge...Justin Koh2012-12-191-1/+2
|\ \ \ | |/ /
| * | Start RecognitionActivity with an upswipe gesture.Ben Pietrzak2012-12-181-1/+2
| |/
* | Fix for requestLayout-during-layout inefficienciesChet Haase2012-12-181-17/+79