summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix bug # 7172247 API REVIEW: android.view.ViewGroup.MarginLayoutParam...Fabrice Di Meglio2012-09-281-1/+4
|\
| * Fix bug # 7172247 API REVIEW: android.view.ViewGroup.MarginLayoutParamsFabrice Di Meglio2012-09-271-1/+4
* | Other improvements for bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-271-24/+35
|/
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-251-7/+75
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-3/+3
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-20/+7
* Fix Javadoc spellingFabrice Di Meglio2012-09-121-2/+2
* Enforce encapsulation for MarginLayoutParams startMargin and endMarginFabrice Di Meglio2012-09-111-2/+24
* Make detachViewFromParent more robustChet Haase2012-08-301-20/+46
* Merge "Respect child drawing order when dispatching touch events" into jb-mr1...Adam Powell2012-08-201-3/+8
|\
| * Respect child drawing order when dispatching touch eventsAdam Powell2012-08-171-3/+8
* | More view hierarchy, fragment debugging.Dianne Hackborn2012-08-171-49/+62
* | Improve resolution of RTL related propertiesFabrice Di Meglio2012-08-161-1/+11
|/
* Catch padding changes in ViewGroup to properly clip childrenRomain Guy2012-08-071-5/+10
* am 71930dd7: am a45746ef: Fix several cases of broken droiddoc syntax externa...Jeff Smith2012-07-251-1/+1
|\
| * Fix several cases of broken droiddoc syntaxJeff Smith2012-07-251-1/+1
| * Force invalidates on non-visible views. DO NOT MERGEChet Haase2012-07-121-12/+14
* | Merge "Account for static child transformations correctly"Ed Heyl2012-07-241-5/+22
|\ \
| * | Account for static child transformations correctlyChet Haase2012-07-241-5/+22
* | | Make RelativeLayout aware of layout directionFabrice Di Meglio2012-07-231-8/+35
|/ /
* | 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