summaryrefslogtreecommitdiff
path: root/core/java/android/widget/LinearLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Exclude children from excess space distribution when using largest childAlan Viverette2016-06-301-2/+6
* Revert "Always assign leftover pixels to last weighted child"Alan Viverette2016-05-051-24/+6
* Always assign leftover pixels to last weighted childAlan Viverette2016-05-041-6/+24
* Fix generate layout params to preserve marginsYigit Boyar2016-03-221-2/+8
* Revert linear layout weight distribution algorithmAlan Viverette2016-03-181-12/+18
* Add LinearLayout#getGravityJason Monk2016-01-201-0/+10
* Handle null result from getVirtualChildAt()Alan Viverette2015-12-171-15/+7
* Revert "Add support for partial view layouts"Chet Haase2015-12-081-57/+0
* Fix requestLayout() optimizationsChet Haase2015-12-071-1/+1
* Add support for partial view layoutsAdam Powell2015-11-191-0/+57
* Correctly distribute weight to pre-measured zero-dimension viewsAlan Viverette2015-08-251-111/+107
* Revert two changes to LinearLayout measurementAlan Viverette2015-07-311-52/+81
* Include non-zero dimension views in excess space calculationAlan Viverette2015-07-301-18/+30
* Always distribute excess space in LinearLayout measurementAlan Viverette2015-07-291-73/+32
* Allow null child view when checking whether divider should drawDoris Liu2015-06-301-1/+2
* Fix logic for whether beginning/end divider should be drawnDoris Liu2015-06-251-14/+36
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-2/+2
* Fixed a RTL layouting bug with LinearLayoutSelim Cinek2015-06-091-0/+13
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+25
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-2/+5
* Merge "Allow attrs to be @Nullable in TextView and LinearLayout"Scott Kennedy2015-03-061-2/+3
|\
| * Allow attrs to be @Nullable in TextView and LinearLayoutScott Kennedy2015-03-051-2/+3
* | 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
* Exposed getLocationOnScreen, added formatToHexString method.Jon Miranda2014-07-291-1/+1
* Force measurement in LinearLayout if any views are skippedAlan Viverette2014-02-241-4/+11
* Merge "Clean up layout constructors, make them consistent"Alan Viverette2013-09-141-1/+1
|\
| * Clean up layout constructors, make them consistentAlan Viverette2013-09-101-1/+1
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-4/+26
|/
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
* Add copy constructors for all widget-specific LayoutParamsAlan Viverette2013-08-071-1/+14
* am 2e8dd459: am 4e1b2f44: am 20b76b9f: am 1e761ded: Merge "Fix typos in Linea...Fabrice Di Meglio2012-11-301-1/+1
|\
| * Merge "Fix typos in LinearLayout comments" into jb-mr1-devFabrice Di Meglio2012-11-301-1/+1
| |\
| | * Fix typos in LinearLayout commentsFabrice Di Meglio2012-10-251-1/+1
* | | am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 Layout...Fabrice Di Meglio2012-10-291-6/+0
|\| |
| * | Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-6/+0
| |/
* | am ce6e952c: am 91622961: am f6215e55: Fix the buildFabrice Di Meglio2012-10-101-2/+2
|\|
| * Fix the buildFabrice Di Meglio2012-10-101-2/+2
* | am e7af2a37: am ee65e1d3: am 7573b1ee: Merge "Fix bug #7325234 LayoutParams a...Fabrice Di Meglio2012-10-101-0/+6
|\|
| * Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-0/+6
* | Optical bounds support for LinearLayout, TableLayout and TableRow.Philip Milne2012-09-271-10/+18
|/
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-2/+2
* am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-2/+2
|\
| * docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+2
* | Fix dividers position for LinearLayoutFabrice Di Meglio2012-07-091-6/+20
|/
* Fix LinearLayout measureWithLargestChild for wrap_content viewsAdam Powell2012-05-041-2/+2
* Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne2012-03-131-0/+19
* am d9760a81: am 25517fdc: am 637c50db: am c7e5a2fe: Merge "Fix dividers for L...Adam Powell2012-03-011-2/+2
|\
| * Fix dividers for LinearLayout (TabWidget)Vladimir Baryshnikov2012-01-171-2/+2