summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Add View#cancelPendingInputEvents APIAdam Powell2013-09-051-0/+11
* Perform layout and invalidation after bringChildToFront()Chet Haase2013-09-041-0/+2
* Fix NPE when setting new LayoutTransitionChet Haase2013-08-271-2/+3
* Cancel running LayoutTransition before removing it from a containerChet Haase2013-08-211-0/+5
* Better Transition interruptionChet Haase2013-08-161-0/+12
* Un-hide all ViewParent methodsAdam Powell2013-07-111-9/+6
* Fix ViewGroupOverlay's handling of invalidating viewgroupsChet Haase2013-06-211-1/+3
* am ea893536: am c4473d10: am 27a8508e: add attributes reference for splimotio...Scott Main2013-06-171-0/+4
|\
| * am c4473d10: am 27a8508e: add attributes reference for splimotionevents and l...Scott Main2013-06-171-0/+4
| |\
| | * add attributes reference for splimotionevents and layoutmodeScott Main2013-06-181-0/+4
* | | Lazily allocate seldom-used data structuresRomain Guy2013-06-171-12/+20
* | | Notification for changed subtree in accessibility mode not fired properly.Svetoslav2013-06-101-2/+2
* | | Merge "Optimizing AccessibilityNodeInfo caching."Svetoslav2013-06-071-17/+21
|\ \ \
| * | | Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-17/+21
* | | | Remove unnecessary allocationsRomain Guy2013-06-061-1/+8
|/ / /
* | | am c8a77735: am dea6e86d: am 3422ceb6: Merge "Bug fix for building the hover ...Jeff Brown2013-05-281-1/+1
|\ \ \ | |/ /
| * | am 3422ceb6: Merge "Bug fix for building the hover target list"Jeff Brown2013-05-281-1/+1
| |\ \ | | |/ | |/|
| | * Merge "Bug fix for building the hover target list"Jeff Brown2013-05-281-1/+1
| | |\
| | | * Bug fix for building the hover target listSangkyu Lee2013-03-131-1/+1
* | | | am 1e4c6589: am b3c2b21b: Merge "Accessibility should not query for list item...Svetoslav2013-05-101-1/+2
|\ \ \ \ | |/ / /
| * | | Accessibility should not query for list items when data set changed.Svetoslav2013-05-081-1/+2
* | | | am c4818d86: am 4c95c537: Merge "Optimize list view scrolls Bug #8108706" int...Romain Guy2013-05-071-1/+6
|\ \ \ \ | |/ / /
| * | | Optimize list view scrollsRomain Guy2013-05-061-1/+6
* | | | am a8549041: am 8c2e3a41: Merge "Optimize RTL properties resolution" into jb-...Fabrice Di Meglio2013-05-061-7/+11
|\ \ \ \ | |/ / /
| * | | Optimize RTL properties resolutionFabrice Di Meglio2013-05-031-7/+11
* | | | am 393abb1c: am 5e650cef: Merge "Expand invalidation rectangle when clipChild...Chet Haase2013-04-231-0/+6
|\ \ \ \ | |/ / /
| * | | Expand invalidation rectangle when clipChildren == falseChet Haase2013-04-221-0/+6
* | | | am 371d4ccc: am 339ac854: Merge "Fix quickReject logic to account for setClip...Chet Haase2013-04-201-1/+1
|\ \ \ \ | |/ / /
| * | | Fix quickReject logic to account for setClipChildren() settingChet Haase2013-04-191-1/+1
* | | | am 64076958: am 72ab9b80: Merge "Respect custom view drawing order when dispa...Svetoslav2013-04-121-1/+4
|\ \ \ \ | |/ / /
| * | | Merge "Respect custom view drawing order when dispatching hover events." into...Svetoslav2013-04-131-1/+4
| |\ \ \
| | * | | Respect custom view drawing order when dispatching hover events.Svetoslav2013-04-121-1/+4
* | | | | am d04215c4: am 0a41431d: Merge "API and doc cleanup, plus small animation/UI...Chet Haase2013-04-121-1/+13
|\ \ \ \ \ | |/ / / /
| * | | | API and doc cleanup, plus small animation/UI featuresChet Haase2013-04-121-1/+13
| |/ / /
* | | | am 15c9e15e: am b9604a34: Merge "Amend getOverlay() docs for SurfaceView/Text...Chet Haase2013-04-081-0/+4
|\ \ \ \ | |/ / /
| * | | Amend getOverlay() docs for SurfaceView/TextureViewChet Haase2013-04-081-0/+4
* | | | am cbfce445: am edf6f4b4: Make adding views specific to a ViewGroup\'s overlayChet Haase2013-04-081-30/+27
|\ \ \ \ | |/ / /
| * | | Make adding views specific to a ViewGroup's overlayChet Haase2013-04-081-30/+27
* | | | am 98f69881: am 77d94957: Merge "Adding small animation features" into jb-mr2...Chet Haase2013-04-041-6/+30
|\ \ \ \ | |/ / /
| * | | Adding small animation featuresChet Haase2013-04-041-6/+30
* | | | am 68951ee9: am 83390182: Merge "Optimize ViewGroup.MarginLayoutParams memory...Fabrice Di Meglio2013-03-291-51/+85
|\ \ \ \ | |/ / /
| * | | Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebugFabrice Di Meglio2013-03-291-51/+85
* | | | am 9fb9a0f3: am f7fa08b7: Merge "Fix bug #8487785 Notification shade has text...Fabrice Di Meglio2013-03-271-22/+60
|\ \ \ \ | |/ / /
| * | | Merge "Fix bug #8487785 Notification shade has text overlapping the icon" int...Fabrice Di Meglio2013-03-271-22/+60
| |\ \ \
| | * | | Fix bug #8487785 Notification shade has text overlapping the iconFabrice Di Meglio2013-03-271-22/+60
* | | | | am fc7a1020: am a803b094: Merge "Fix bug #8480245 ViewGroup layout margins ca...Fabrice Di Meglio2013-03-261-37/+78
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode" in...Fabrice Di Meglio2013-03-271-37/+78
| |\ \ \ \ | | |/ / /
| | * | | Fix bug #8480245 ViewGroup layout margins can be wrong in RTL modeFabrice Di Meglio2013-03-261-37/+78
* | | | | am 656ed307: am bc6c050f: Merge "Fix touch processing for Overlay views" into...Chet Haase2013-03-261-25/+28
|\ \ \ \ \ | |/ / / /
| * | | | Fix touch processing for Overlay viewsChet Haase2013-03-251-25/+28
| |/ / /