summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RelativeLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+5
* docs: fix typoJoshua Baxter2019-11-061-1/+1
* docs: Fix broken link.Nick Cook2019-07-181-4/+4
* Fix RelativeLayout rulesRyan Mitchell2019-05-101-1/+1
* Fix RelativeLayout checking of resource ids greater than 0x80Ryan Mitchell2019-04-111-1/+2
* Custom inspection companion for RelativeLayoutAshley Rose2019-03-081-1/+143
* Add @InspectableProperty annotations to LayoutParamsAshley Rose2019-03-041-0/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+12
* Restrict unsupported usage of Linear/RelativeLayout APIsClara Bayarri2018-11-221-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+6
* Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-161-1/+4
* docs: Fixing broken hyperlinksAndrew Solovay2018-03-141-2/+2
* Fix calculation of RelativeLayout width in RTL modeRoozbeh Pournader2017-07-131-1/+1
* Fix RTL issue in RelativeLayoutChet Haase2017-07-051-9/+12
* docs: Update RelativeLayout.LayoutParams JavaDoc commentsJoe Fernandez2017-04-251-1/+13
* Fix for endless loop in RelativeLayout.Yura2017-01-301-1/+2
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-11/+11
* Target API check for margin params fixYigit Boyar2016-08-021-6/+7
* Fix generate layout params to preserve marginsYigit Boyar2016-03-221-2/+8
* Ensure layout resolution occurs when relative rules are removedAlan Viverette2015-08-181-37/+79
* Use correct param for heightMode in RelativeLayout horizontal measureAlan Viverette2015-08-121-1/+1
* Ensure maxHeight is at least 0 during measureChildHorizontal()Alan Viverette2015-07-291-16/+25
* Fix handling of RelativeLayout measurement using UNSPECIFIED specAlan Viverette2015-07-221-3/+4
* Avoid negative childSpecSize in RelativeLayoutAlan Viverette2015-06-241-11/+10
* Revert "Revert "Work around inconsistent views in RelativeLayout.onMeasure()""Alan Viverette2015-06-221-9/+9
* Revert "Work around inconsistent views in RelativeLayout.onMeasure()"Alan Viverette2015-06-191-9/+9
* Work around inconsistent views in RelativeLayout.onMeasure()Alan Viverette2015-06-171-9/+9
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+9
* Revert RelativeLayout's baseline view to API 22 and below behaviorAlan Viverette2015-03-091-15/+31
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Implement landscape layout for time picker dialogAlan Viverette2015-02-261-0/+19
* Update time picker to match latest Material specAlan Viverette2015-02-201-5/+7
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Allow views to be positioned relative to baseline-aligned viewsAlan Viverette2015-01-141-64/+39
* Fix accessibility delegationAlan Viverette2015-01-071-5/+8
* Fix some documentation typos.Newton Allen2014-09-301-1/+1
* Fix alignParentRight/End in RelativeLayoutAlan Viverette2014-08-191-1/+1
* Fix corner case of RelativeLayout with pinned edgesChet Haase2014-07-241-31/+27
* Fix RelativeLayout measurementAlan Viverette2014-02-121-5/+5
* Fix handling of constraints for unspecified height RelativeLayoutsAlan Viverette2013-12-041-8/+19
* Merge "Clean up layout constructors, make them consistent"Alan Viverette2013-09-141-11/+8
|\
| * Clean up layout constructors, make them consistentAlan Viverette2013-09-101-11/+8
* | am db34f3d1: am 50e5814c: Merge "Check RelativeLayout\'s access of its own La...Adam Powell2013-09-131-2/+2
|\ \ | |/ |/|
| * Check RelativeLayout's access of its own LayoutParams during measurementAdam Powell2013-09-131-2/+2
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+8
|/
* Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-3/+3
* Fix bug #10514694 Specifying android:gravity="center_vertical|left" results i...Fabrice Di Meglio2013-09-041-3/+16
* Add copy constructors for all widget-specific LayoutParamsAlan Viverette2013-08-071-0/+18