summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AnalogClock.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+2
| | | | | | | | | | | | | | This extends the view hierarchy's measure pass to allow view to propagate up to their parent additional information besides just their measured size. They can now report that their measured width and/or height should be larger than the size their parent is limiting them to (even though by definition they need to contrain their reported measurements to the limits imposed by the parent). ViewRoot uses this information to determine if it should remeasure the window with a larger size limit to try to make it fit. Change-Id: I90af3b7a8ec45d0a5c003fb009857025209d83eb
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+246
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-243/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-10/+7
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-7/+10
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+2
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+241