summaryrefslogtreecommitdiff
path: root/core/java/android/widget/FrameLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Update javadoc error: should be gravity, not weightAlex Florescu2020-11-051-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add @InspectableProperty annotations to LayoutParamsAshley Rose2019-03-041-0/+3
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+6
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-2/+2
* Target API check for margin params fixYigit Boyar2016-08-021-6/+7
* Revert FrameLayout.LayoutParams default gravity to -1Alan Viverette2016-04-151-4/+10
* Fix default gravity value for FrameLayout.LayoutParamsAlan Viverette2016-04-011-61/+32
* Fix generate layout params to preserve marginsYigit Boyar2016-03-221-2/+8
* Revert "Add support for partial view layouts"Chet Haase2015-12-081-4/+7
* Add support for partial view layoutsAdam Powell2015-11-191-7/+4
* Constrain child width and height to >= 0 in FrameLayout.onMeasure()Alan Viverette2015-06-251-13/+14
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+13
* Move foreground drawable down from FrameLayout into ViewAdam Powell2015-03-241-315/+11
* Merge "Add more @Nullable annotations"Scott Kennedy2015-03-071-3/+4
|\
| * Add more @Nullable annotationsScott Kennedy2015-03-061-3/+4
* | Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
|/
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-12/+2
* Use inherited visibility to set visibility of managed drawablesAlan Viverette2015-01-301-5/+10
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Update drawable state after updating tint listAlan Viverette2014-10-291-0/+6
* Implement missing visibility management for FrameLayout foregroundAlan Viverette2014-09-301-0/+10
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-12/+22
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-32/+14
* Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-13/+16
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-4/+2
* Add attributes and accessors for tinting View drawablesAlan Viverette2014-06-171-9/+112
* Support hotspots in View drawablesAlan Viverette2014-06-131-0/+10
* 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-0/+12
* Fix bug #9302365 HorizontalScrollView is not RTL awareFabrice Di Meglio2013-06-121-7/+12
* Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-5/+0
* Revert "Revert "This restores JB MR0 behavior where the framework throws an e...Dave Burke2012-10-181-6/+0
* Revert "This restores JB MR0 behavior where the framework throws an exception...Justin Ho2012-10-171-0/+6
* This restores JB MR0 behavior where the framework throws an exception for imp...Jim Miller2012-10-161-6/+0
* Revert "Revert "Fix for bug 6050753.""Mathias Agopian2012-10-151-0/+6
* Revert "Fix for bug 6050753."Romain Guy2012-10-151-6/+0
* Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-0/+5
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-2/+2
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-1/+1
* Merge "Fix for bug 6050753."Philip Milne2012-05-311-0/+6
|\
| * Fix for bug 6050753.Philip Milne2012-02-221-0/+6
* | Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne2012-03-131-0/+15
|/
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+15
* Fix FrameLayout padding when foreground drawable is setMichael Jurka2011-09-081-10/+35
* Merge "Add FrameLayout.getMeasureAllChildren()"Steve Block2011-09-081-6/+25
|\
| * Add FrameLayout.getMeasureAllChildren()Steve Block2011-04-281-6/+25
* | cherrypick Change-Id: I213711f4b5d867ba91c961a2f098b6cc415cfcb3Scott Main2011-07-271-6/+11