summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AbsoluteLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Add @InspectableProperty annotations to LayoutParamsAshley Rose2019-03-041-0/+3
| | | | | | Change-Id: I69eb71bec8bbf36564e178a3ddf4be9e00e2d531 Fix: 126913705 Test: m framework
* Clean up layout constructors, make them consistentAlan Viverette2013-09-101-3/+3
| | | | | | | | | All constructors now flow through to each class's own 4-argument constructor. This ensures that theme attributes are applied even if a base AttributeSet is not provided. BUG: 10680863 Change-Id: I727d2961bf017c6a5e0206367081670782583394
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-3/+6
| | | | | | | Also updates the constructor of every class that extends View. BUG: 10676369 Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
* Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
| | | | | | | | | | Add a method on ViewGroup to determine whether it supports scrolling. This allows us to show the pressed feedback immediately in many cases, improving responsiveness of buttons, etc. This patch also lengthens the timeout in order to reduce flashes when the user is scrolling. Change-Id: Ieb91ae7a1f8e8f7e87448f2a730381a53947996f
* 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
* fix typoUwe Voelker2010-10-311-1/+1
| | | | Change-Id: Ib36aabc68128d1b2b8c41b965a10be2ab2f4cd93
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
| | | | Bug: #2361749.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+220
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-220/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+216