summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix MarginLayoutParams resolution"Fabrice Di Meglio2012-07-101-6/+44
|\
| * Fix MarginLayoutParams resolutionFabrice Di Meglio2012-07-091-6/+44
* | Force invalidates on non-visible views to traverse the hierarchyChet Haase2012-07-091-12/+14
* | Remove the accessibility focus search code.Svetoslav Ganov2012-07-021-24/+3
* | Removing setChildrenLayersEnabledMichael Jurka2012-06-281-43/+0
* | am 3662fe5e: am ebc9d317: Merge "Handle non-started LayoutTransition animatio...Chet Haase2012-06-191-6/+6
|\ \ | |/ |/|
| * Handle non-started LayoutTransition animations correctlyChet Haase2012-06-191-6/+6
* | am b59d0618: am b6585d19: Merge "Double input focus and focus movement in lis...Svetoslav Ganov2012-06-031-1/+2
|\|
| * Double input focus and focus movement in list not working.Svetoslav Ganov2012-06-021-1/+2
* | Merge "Fix for bug 6050753."Philip Milne2012-05-311-3/+7
|\ \
| * | Fix for bug 6050753.Philip Milne2012-02-221-3/+7
* | | am a865d7d7: am df3633b3: Merge "Make it harder for apps to mess up ViewGroup...Romain Guy2012-05-231-2/+50
|\ \ \ | | |/ | |/|
| * | Make it harder for apps to mess up ViewGroup's internal stateRomain Guy2012-05-231-2/+50
* | | am 6fa51de8: am 46a8b1ac: Merge "Remove unused, obsolete debug code" into jb-devRomain Guy2012-05-211-63/+0
|\| |
| * | Remove unused, obsolete debug codeRomain Guy2012-05-211-63/+0
* | | am d83a0800: am 8ce2d78a: Merge "Improving accessibility focus traversal." in...Svetoslav Ganov2012-05-151-13/+25
|\| |
| * | Merge "Improving accessibility focus traversal." into jb-devSvetoslav Ganov2012-05-141-13/+25
| |\ \
| | * | Improving accessibility focus traversal.Svetoslav Ganov2012-05-141-13/+25
* | | | am e436812e: am 844047ac: Merge "Fix inconsitency in aAccessibilityNodeInfo c...Svetoslav Ganov2012-05-141-2/+1
|\| | |
| * | | Fix inconsitency in aAccessibilityNodeInfo cache.Svetoslav Ganov2012-05-111-2/+1
| |/ /
* | | am de888fec: am 255d1e15: Merge "Fix issue #6475693: OnSystemUiVisibilityChan...Dianne Hackborn2012-05-101-3/+4
|\| |
| * | Fix issue #6475693: OnSystemUiVisibilityChangeListener reporting...Dianne Hackborn2012-05-101-3/+4
* | | am ca1e49ca: am cdbbecf3: Merge "Accessibility focus on temporary detached vi...Svetoslav Ganov2012-05-091-0/+8
|\| |
| * | Accessibility focus on temporary detached view not cleared.Svetoslav Ganov2012-05-081-0/+8
* | | am 2a52d26c: am 7bb66c9c: Hide optical bounds feature for JB.Philip Milne2012-05-081-0/+8
|\| |
| * | Hide optical bounds feature for JB.Philip Milne2012-05-071-0/+8
| * | Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-1/+16
|/ /
* | Corrects invalidation logic for layered viewsChet Haase2012-05-021-59/+2
* | Fixing crash in ViewGroup.dispatchPopulateAccessibilityEventSvetoslav Ganov2012-04-281-1/+0
* | Merge "Fixes for optical bounds feature." into jb-devPhilip Milne2012-04-271-30/+15
|\ \
| * | Fixes for optical bounds feature.Philip Milne2012-04-271-30/+15
* | | Make debug.layout usable with hw acceleration onRomain Guy2012-04-271-10/+43
|/ /
* | Merge "Fix for layout debug mode."Philip Milne2012-04-241-17/+20
|\ \
| * | Fix for layout debug mode.Philip Milne2012-04-241-17/+20
* | | Merge "Removing hierarchical accessibility focus directions."Svetoslav Ganov2012-04-241-19/+26
|\ \ \ | |/ / |/| |
| * | Removing hierarchical accessibility focus directions.Svetoslav Ganov2012-04-231-19/+26
* | | Merge "Promote layout debugging code from GridLayout to ViewGroup."Philip Milne2012-04-241-1/+86
|\ \ \ | |/ / |/| |
| * | Promote layout debugging code from GridLayout to ViewGroup.Philip Milne2012-04-231-1/+86
* | | Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-7/+5
* | | Ensure that touch and hover targets are cleared when needed.Jeff Brown2012-04-191-0/+78
|/ /
* | Merge "Adding some more gestures and actions for accessibility."Svetoslav Ganov2012-04-181-13/+17
|\ \
| * | Adding some more gestures and actions for accessibility.Svetoslav Ganov2012-04-181-13/+17
* | | Adding new CHANGING transition to LayoutTransition.Chet Haase2012-04-171-0/+3
* | | Minor doc fix.Philip Milne2012-04-161-4/+2
* | | Fix for doc error.Philip Milne2012-04-161-2/+0
* | | Merge "Fix for bug 6110465."Philip Milne2012-04-161-0/+70
|\ \ \ | |/ / |/| |
| * | Fix for bug 6110465.Philip Milne2012-04-131-0/+70
* | | Accessibility focus - frameworkSvetoslav Ganov2012-04-131-13/+283
|/ /
* | Fixing broken clear focus behavior.Svetoslav Ganov2012-04-041-3/+6
* | Add View textAlignmentFabrice Di Meglio2012-04-041-0/+12