summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Notify a11y when view attached to parentPhil Weaver2018-04-031-0/+1
* Renamed KeyFallbackEvent to UnhandledKeyEvent and exposed dispatchEvan Rosky2018-03-301-0/+68
* Dispatching display list recreations also to transient viewsSelim Cinek2018-03-151-0/+7
* Merge "Revert "Remove @hide from ViewGroup debug methods""TreeHugger Robot2018-02-061-28/+7
|\
| * Revert "Remove @hide from ViewGroup debug methods"Alan Viverette2018-02-051-28/+7
* | Autofill compatibility mode.Svetoslav Ganov2018-02-021-2/+19
|/
* Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla2018-01-261-16/+26
* Don't crash the app when the assist structure cannot be retrieve.Felipe Leme2018-01-231-2/+5
* Merge "Move A11y events throttling away from View(RootImpl)"TreeHugger Robot2018-01-111-26/+16
|\
| * Move A11y events throttling away from View(RootImpl)Eugene Susla2018-01-091-26/+16
* | Merge "Using RenderNode for creating snapshot of a View, so that hardware bit...TreeHugger Robot2018-01-041-10/+10
|\ \
| * | Using RenderNode for creating snapshot of a View, so that hardwareSunny Goyal2018-01-041-10/+10
| |/
* / Don't allow 0-sized views to be focused.Evan Rosky2017-12-191-3/+12
|/
* New API to specify accessibility focus groupingPhil Weaver2017-11-271-1/+1
* Revert "Don't allow 0-sized views to be focused."Evan Rosky2017-11-201-12/+3
* Don't allow 0-sized views to be focused.Evan Rosky2017-11-141-3/+12
* Deprecate view drawing cacheJohn Reck2017-10-091-0/+98
* Merge "Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-d...Evan Rosky2017-08-301-0/+7
|\
| * Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-devTreeHugger Robot2017-08-291-0/+7
| |\
| | * Clear focused-in-cluster on focusability changesEvan Rosky2017-08-161-0/+7
* | | Merge "Don't get struct of children of !laidout viewGroup" into oc-mr1-dev am...Philip P. Moltmann2017-08-171-0/+14
|\| |
| * | Don't get struct of children of !laidout viewGroupPhilip P. Moltmann2017-08-161-0/+14
| |/
* / Remove @hide from ViewGroup debug methodsAndrei Stingaceanu2017-07-251-7/+28
|/
* Merge "Add docs for new padding/margin attributes." into oc-devChet Haase2017-06-301-0/+10
|\
| * Add docs for new padding/margin attributes.Chet Haase2017-06-291-0/+10
* | Merge "Separate a11y and autofill view ids" into oc-devPhil Weaver2017-06-171-0/+21
|\|
| * Separate a11y and autofill view idsPhil Weaver2017-06-161-0/+21
* | Merge "Don't report focusableViewAvailable on add" into oc-dev am: 8d4b72c68aEvan Rosky2017-06-071-3/+0
|\|
| * Don't report focusableViewAvailable on addEvan Rosky2017-06-061-3/+0
* | Merge "Improve consistency in focusAfterDescendants behavior" into oc-dev am:...Evan Rosky2017-06-021-14/+26
|\|
| * Merge "Improve consistency in focusAfterDescendants behavior" into oc-devEvan Rosky2017-06-021-14/+26
| |\
| | * Improve consistency in focusAfterDescendants behaviorEvan Rosky2017-06-011-14/+27
* | | Merge "Fix and clarify behavior of vertical/horizontal attributes" into oc-de...Chet Haase2017-05-251-6/+8
|\| |
| * | Fix and clarify behavior of vertical/horizontal attributesChet Haase2017-05-241-6/+8
| |/
* / Throttle app a11y events in one place.Phil Weaver2017-05-181-1/+2
|/
* Merge "Only save focus in keyboard navigation clusters when appropriate" into...Evan Rosky2017-05-111-6/+5
|\
| * Only save focus in keyboard navigation clusters when appropriateEvan Rosky2017-04-261-6/+5
* | Merge "removeAllViews should also clean-up focusedInCluster" into oc-devEvan Rosky2017-04-281-0/+3
|\ \
| * | removeAllViews should also clean-up focusedInClusterEvan Rosky2017-04-271-0/+3
| |/
* | Implement the rest of autofill importance modesSvet Ganov2017-04-271-9/+10
* | Merge "Fix ViewOverlay#onDescendantInvalidated" into oc-devTreeHugger Robot2017-04-251-28/+0
|\ \ | |/ |/|
| * Fix ViewOverlay#onDescendantInvalidatedChris Craik2017-04-251-28/+0
* | Merge "Improve ViewDebug reporting for focus properties" into oc-devEvan Rosky2017-04-191-0/+1
|\ \ | |/ |/|
| * Improve ViewDebug reporting for focus propertiesEvan Rosky2017-04-131-0/+1
* | Merge "Ignore nested keyboard navigation clusters" into oc-devEvan Rosky2017-04-181-28/+22
|\ \
| * | Ignore nested keyboard navigation clustersEvan Rosky2017-04-121-28/+22
| |/
* / Improve rect-level focus orderingEvan Rosky2017-04-121-3/+2
|/
* Merge "More finishing-up of cluster implementation" into oc-devEvan Rosky2017-04-041-6/+9
|\
| * More finishing-up of cluster implementationEvan Rosky2017-03-291-6/+9
* | Request layout when updating child layout params.Robert Carr2017-04-031-0/+1