summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/FrameLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-2/+5
* | Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-2/+2
* | Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-011-5/+5
* | Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-5/+5
* | Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
|/
* Fix a typo in FrameLayout JavaDocSteve Block2011-04-131-2/+1
* Fix bug 3312807 - Fix child margin measurement in FrameLayoutAdam Powell2011-01-081-3/+5
* Don't match wrap_content/match_parent children with child count = 1.Romain Guy2011-01-071-3/+3
* Fix typo bug in FrameLayout's measurement code.Romain Guy2011-01-071-1/+1
* Make FrameLayout support mixed wrap_content/match_parent children.Romain Guy2011-01-041-7/+55
* Fix bug 3259292 - Make FrameLayout respect margins without a gravity settingAdam Powell2010-12-071-34/+37
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+5
* Push the jumpDrawablesToCurrentState() thing off everywhere it should be.Dianne Hackborn2010-11-041-0/+6
* Update FrameLayout documentation.Romain Guy2010-08-171-2/+6
* Categorizing exported view properties.Konstantin Lopyrev2010-08-101-8/+13
* Fix centering in FrameLayout when margins are specified.Romain Guy2010-03-171-4/+4
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+5
* Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy2009-05-241-15/+14
* AI 143899: am: CL 143896 Fix issue #1748954 and #1737952:Dianne Hackborn2009-03-311-17/+37
* Automated import from //branches/donutburger/...@140911,140911Karl Rosaen2009-03-241-1/+3
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-10/+37
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+450
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-450/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+2
* Initial ContributionThe Android Open Source Project2008-10-211-0/+448