summaryrefslogtreecommitdiff
path: root/core/java/android/widget/FrameLayout.java
AgeCommit message (Expand)Author
2020-11-05Update javadoc error: should be gravity, not weightAlex Florescu
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-04Add @InspectableProperty annotations to LayoutParamsAshley Rose
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-08-02Target API check for margin params fixYigit Boyar
2016-04-15Revert FrameLayout.LayoutParams default gravity to -1Alan Viverette
2016-04-01Fix default gravity value for FrameLayout.LayoutParamsAlan Viverette
2016-03-22Fix generate layout params to preserve marginsYigit Boyar
2015-12-08Revert "Add support for partial view layouts"Chet Haase
2015-11-19Add support for partial view layoutsAdam Powell
2015-06-25Constrain child width and height to >= 0 in FrameLayout.onMeasure()Alan Viverette
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-03-24Move foreground drawable down from FrameLayout into ViewAdam Powell
2015-03-07Merge "Add more @Nullable annotations"Scott Kennedy
2015-03-06Add more @Nullable annotationsScott Kennedy
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-30Use inherited visibility to set visibility of managed drawablesAlan Viverette
2015-01-07Fix accessibility delegationAlan Viverette
2014-10-29Update drawable state after updating tint listAlan Viverette
2014-09-30Implement missing visibility management for FrameLayout foregroundAlan Viverette
2014-09-14Clean up view drawable tinting methods, fix default modesAlan Viverette
2014-08-06Separate tint and tintMode propertiesAlan Viverette
2014-07-22Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette
2014-06-18Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette
2014-06-17Add attributes and accessors for tinting View drawablesAlan Viverette
2014-06-13Support hotspots in View drawablesAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-07Add copy constructors for all widget-specific LayoutParamsAlan Viverette
2013-06-12Fix bug #9302365 HorizontalScrollView is not RTL awareFabrice Di Meglio
2012-10-26Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio
2012-10-18Revert "Revert "This restores JB MR0 behavior where the framework throws an e...Dave Burke
2012-10-17Revert "This restores JB MR0 behavior where the framework throws an exception...Justin Ho
2012-10-16This restores JB MR0 behavior where the framework throws an exception for imp...Jim Miller
2012-10-15Revert "Revert "Fix for bug 6050753.""Mathias Agopian
2012-10-15Revert "Fix for bug 6050753."Romain Guy
2012-10-10Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio
2012-09-23Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio
2012-07-19Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio
2012-05-31Merge "Fix for bug 6050753."Philip Milne
2012-03-13Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne
2012-02-22Fix for bug 6050753.Philip Milne
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-09-08Fix FrameLayout padding when foreground drawable is setMichael Jurka
2011-09-08Merge "Add FrameLayout.getMeasureAllChildren()"Steve Block
2011-07-27cherrypick Change-Id: I213711f4b5d867ba91c961a2f098b6cc415cfcb3Scott Main
2011-06-14Add View.getResolvedLayoutDirection()Fabrice Di Meglio