summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1946141. Introduce new caching API to control scaling.Romain Guy2009-06-261-3/+3
* Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw().Romain Guy2009-06-121-1/+2
* Fixes #1886237. Views drawing cache was not generated properly.Romain Guy2009-06-111-28/+38
* Fix drawing bug: opaque invalidations should not be taken into account when t...Romain Guy2009-05-251-1/+2
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-0/+9
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-4/+22
* Fixes #1846038. The dirty region can sometimes be modified by SurfaceFlinger....Romain Guy2009-05-141-2/+3
* Fixes #1836075. Adds consistency checks for the View hierarchy. To enable the...Romain Guy2009-05-131-2/+58
* Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and a...Romain Guy2009-05-111-5/+23
* Automated import from //branches/donutburger/...@142820,142820Romain Guy2009-03-251-13/+8
* Automated import from //branches/donutburger/...@142790,142790Romain Guy2009-03-251-4/+4
* Automated import from //branches/donutburger/...@141885,141885Romain Guy2009-03-241-2/+6
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-8/+4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+3478
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-3478/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-7/+28
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-8/+42
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-37/+71
* Initial ContributionThe Android Open Source Project2008-10-211-0/+3389