summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEADBill Yi2014-04-291-71/+1
|\
| * Revert Japanese special case fallback keys.Michael Wright2014-02-261-71/+1
* | Update ViewRootImpl for 64bit functor type.Ben Murdoch2014-04-021-2/+2
|/
* Check view and focus invariants after calling into appMichael Wright2013-11-011-10/+27
* Speculatively schedule input consumptionMichael Wright2013-10-261-1/+7
* Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-0/+65
* Give IMEs the entire screen to use for measuring purposes.John Spurlock2013-10-141-2/+4
* Fix issue #11199654: Action bar enter animation skips frames when cleared by ...Dianne Hackborn2013-10-131-3/+12
* Transparent system ui flags -> Translucent WM flags.John Spurlock2013-10-061-0/+18
* Private flags are masked in correct variableAdam Lesinski2013-10-021-6/+6
* Make room for new public flagsAdam Lesinski2013-10-011-5/+4
* Reset insets when inset computer is removed.Jeff Brown2013-09-301-1/+6
* Add missing constructor parameter to KeyEventMichael Wright2013-09-271-2/+2
* Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-121-6/+11
* Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-33/+84
* Merge "Remove tap to click from touch nav devices" into klp-devMichael Wright2013-09-071-53/+3
|\
| * Remove tap to click from touch nav devicesMichael Wright2013-08-291-53/+3
* | Merge "Special case game controller fallback keys for Japan" into klp-devMichael Wright2013-09-071-1/+72
|\ \
| * | Special case game controller fallback keys for JapanMichael Wright2013-08-261-1/+72
| |/
* | Don't draw with invalid display listsRomain Guy2013-09-041-1/+1
|/
* Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-devCraig Mautner2013-08-191-0/+5
|\
| * Notify ViewRootImpl when it's safe to modify Canvas.Craig Mautner2013-08-191-0/+5
* | Fix hardware layers lifecycleRomain Guy2013-08-161-10/+3
* | Prevent refocus after entering touch modeAlan Viverette2013-08-131-3/+3
|/
* add local focus mode and input event injection API to Windowkeunyoung2013-08-081-13/+21
* Use clearFocus() when entering touch modeAlan Viverette2013-07-241-18/+17
* Debounce touch navigation taps and button pressesMichael Wright2013-07-171-6/+37
* Fixing bugs discovered by the CTS tests.Svetoslav2013-07-151-5/+11
* Remove debug logging.Craig Mautner2013-07-011-11/+0
* More debug for 9404689.Craig Mautner2013-06-281-1/+1
* Add debug for specific bug.Craig Mautner2013-06-271-0/+11
* Merge "Add activity token to display system."Craig Mautner2013-06-241-7/+7
|\
| * Add activity token to display system.Craig Mautner2013-06-221-7/+7
* | Safely dispose of the resize bufferRomain Guy2013-06-211-5/+9
|/
* Correctly update the source of recurring subtree change accessibility events.Svetoslav2013-06-181-2/+5
* Crash in ViewRootImpl when accessibility is on.Svetoslav2013-06-181-1/+1
* Complete doDie() before executing addView().Craig Mautner2013-06-151-25/+29
* Merge "Fix possible NPE when a ViewRoot doesn't have a view"Romain Guy2013-06-131-1/+3
|\
| * Fix possible NPE when a ViewRoot doesn't have a viewRomain Guy2013-06-131-1/+3
* | Merge "Add debug for specific bug."Craig Mautner2013-06-131-0/+10
|\ \ | |/ |/|
| * Add debug for specific bug.Craig Mautner2013-06-121-0/+10
* | Restore buildLayer()'s old behavior; it's synchronous againRomain Guy2013-06-121-0/+18
|/
* Merge "Notification for changed subtree in accessibility mode not fired prope...Svetoslav2013-06-101-6/+5
|\
| * Notification for changed subtree in accessibility mode not fired properly.Svetoslav2013-06-101-6/+5
* | am 7a6e1297: am 8d8fc469: Merge "Don\'t orphan footers with transient state B...Romain Guy2013-06-101-0/+1
|\ \ | |/ |/|
| * Don't orphan footers with transient stateRomain Guy2013-06-071-0/+1
* | Merge "Optimizing AccessibilityNodeInfo caching."Svetoslav2013-06-071-16/+25
|\ \
| * | Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-16/+25
* | | Delay removal of windows from WindowManagerCraig Mautner2013-06-061-0/+1
|/ /
* | Merge "Add PerfHUD ES profiling capabilities"Romain Guy2013-05-231-1/+1
|\ \