summaryrefslogtreecommitdiff
path: root/core/java/android/widget/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Expose GridView/Layout APIs via @RemotableViewMethodStevie Kideckel2021-04-211-0/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-3/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Rename @EnumEntry and @FlagEntryAshley Rose2019-03-181-4/+4
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+14
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+2
* Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-041-4/+4
* Revert "Remove @hide from ViewGroup debug methods"Alan Viverette2018-02-051-0/+6
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-2/+8
* Remove @hide from ViewGroup debug methodsAndrei Stingaceanu2017-07-251-6/+0
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-6/+15
* Target API check for margin params fixYigit Boyar2016-08-021-6/+7
* Fix generate layout params to preserve marginsYigit Boyar2016-03-221-2/+8
* Prevent infinite loop in case of integer overflow.Deepanshu Gupta2016-01-071-1/+2
* Un-hide ViewGroup#onViewAdded/onViewRemovedAdam Powell2015-06-181-10/+2
* 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