summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ViewFlipper.java
Commit message (Collapse)AuthorAgeFilesLines
* Let RemoteViews nest children, allow ViewFlipper.Jeff Sharkey2009-11-161-15/+113
| | | | | | | | | | | | | This change allows applications to nest children RemoteViews inside an existing set of RemoteViews. These nested views are inflated and treated as addView() calls. This change also allows ViewFlipper through RemoteViews, and adds logic surpress flipping when the parent window is detached or behind the lockscreen. Also fixes ViewAnimator to observe the measureAllChildren flag when set. Fixes http://b/2239905
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+103
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-103/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+1
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+99