summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove original movements record from GridLayout"Yigit Boyar2015-03-071-20/+2
|\
| * Remove original movements record from GridLayoutYigit Boyar2015-03-051-20/+2
* | Fix build. getAlingment should not be publicYigit Boyar2015-03-051-1/+1
|/
* Fix some weight bugs in grid layoutYigit Boyar2015-03-051-14/+30
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Improve GridLayout's weight calculationsYigit Boyar2014-11-191-24/+57
* More on weights in GridLayoutPhilip Milne2014-05-241-1/+1
* More on adding support for weights to GridLayoutPhilip Milne2014-05-241-5/+1
* More on weighted space distribution in GridLayoutPhilip Milne2014-05-231-58/+77
* Support for weights in GridLayoutPhilip Milne2014-05-221-33/+176
* Merge "Clean up layout constructors, make them consistent"Alan Viverette2013-09-141-18/+8
|\
| * Clean up layout constructors, make them consistentAlan Viverette2013-09-101-18/+8
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-2/+17
|/
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-3/+8
* GridLayout changes for API councilAdam Powell2013-08-291-60/+64
* Add copy constructors for all widget-specific LayoutParamsAlan Viverette2013-08-071-5/+9
* am a1ea8019: am 61527436: Merge "Fix for bug 8272673: GridLayout in battery d...Philip Milne2013-04-161-16/+27
|\
| * Fix for bug 8272673: GridLayout in battery details is cut off.Philip Milne2013-04-161-16/+27
* | GridLayout diagnostics.Philip Milne2013-03-051-2/+8
* | Provide (general) mecahnism for users of GridLayout to either suppress or rea...Philip Milne2013-03-041-5/+30
* | Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...Philip Milne2013-02-261-1/+17
|/
* Revert "Fix for bug: 8184401 - GridLayout accounts for child's size/measureme...Philip Milne2013-02-131-2/+0
* Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...Philip Milne2013-02-121-0/+2
* Bug #6110465. Optical bounds support for all ViewGroup subclasses.Philip Milne2012-09-211-41/+36
* Doc changes for GridLayout.Philip Milne2012-05-211-2/+27
* Add validation code for GridLayout.LayoutParamsPhilip Milne2012-05-141-15/+49
* Revert "Fix for layout parameter validation bug in GridLayout."Jim Miller2012-05-021-1/+1
* Fix for layout parameter validation bug in GridLayout.Philip Milne2012-05-011-1/+1
* Fixes for optical bounds feature.Philip Milne2012-04-271-33/+42
* Promote layout debugging code from GridLayout to ViewGroup.Philip Milne2012-04-231-46/+39
* Fix for bug 6110465.Philip Milne2012-04-131-15/+33
* Fix for bug 6170890.Philip Milne2012-03-141-20/+16
* Fix remaining issue with bug #5904777Philip Milne2012-02-161-55/+65
* New hooks to allow layouts to improve their performance by doing more cachingPhilip Milne2012-02-131-11/+74
* Fix bug #5904777 GridLayout should be RTL awareFabrice Di Meglio2012-02-131-25/+73
* Fix bug in LayoutTransition for INVISIBLE viewsChet Haase2012-01-301-3/+5
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+15
* Update to fix for bug 5393156Philip Milne2011-10-251-6/+8
* Fix for 5393156Philip Milne2011-09-291-45/+96
* Fix for http://b/issue?id=5297155Philip Milne2011-09-181-192/+280
* Remove call to setPadding() in setUseDefaultMargins().Philip Milne2011-08-051-6/+6
* Tidy.Philip Milne2011-08-031-143/+59
* Fix for http://b/issue?id=5081478Philip Milne2011-08-021-216/+139
* Fix for http://b/issue?id=5064532Philip Milne2011-07-251-189/+148
* Merge "Fix 5056699: GridLayout should maintain static indices for "gone" views."Jim Miller2011-07-201-2/+0
|\
| * Fix 5056699: GridLayout should maintain static indices for "gone" views.Jim Miller2011-07-201-2/+0
* | Expose to the platform the ability to pick up changes in child visibility.Philip Milne2011-07-191-0/+12
* | Fix build breakage.Philip Milne2011-07-191-0/+6