summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* Change behavior of multitouch in scrolling views.Adam Powell2011-02-281-0/+8
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-0/+30
* Code clean-up around ScrollView.Gilles Debunne2011-02-251-32/+16
* Fix bug 3362273 - Make overscroll glow appear within padding regionAdam Powell2011-02-151-4/+5
* Optimize invalidate() calls.Romain Guy2011-01-261-1/+1
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-0/+1
* Never drag scroll views with no children.Jeff Brown2011-01-181-3/+5
* Don't match wrap_content/match_parent children with child count = 1.Romain Guy2011-01-071-0/+2
* Make FrameLayout support mixed wrap_content/match_parent children.Romain Guy2011-01-041-3/+3
* Make horizotnalscrollview and scrollview edgeglows match the new algorithm.Mindy Pereira2010-12-071-4/+4
* Per designers, update the algorithm for when effect is clipped or stretched.Mindy Pereira2010-11-241-25/+26
* StrictMode.Span annotations for ScrollView.Brad Fitzpatrick2010-11-231-21/+70
* Merge overscrolling from gingerbread.Adam Powell2010-11-231-18/+166
* Add documentation for fillViewport.Romain Guy2010-08-161-10/+6
* Fix regression introduced when fixing focus issue with ScrollView.Romain Guy2010-04-091-1/+1
* Fix bug 2562240 and clean up scrollbar behaviorAdam Powell2010-03-311-0/+1
* Remove overscrollingAdam Powell2010-03-291-64/+17
* API refactoring for OverScroller.Adam Powell2010-03-251-1/+0
* Fix some bugs/edge cases in ScrollView/HorizontalScrollViewAdam Powell2010-03-241-10/+27
* Fix for bug 2502886 - stupid monkeys.Adam Powell2010-03-241-1/+7
* Fix bug 2537626.Adam Powell2010-03-231-1/+1
* New OverScroller with edge bouncing effect.Gilles Debunne2010-03-191-1/+2
* Eliminate haptic feedback when hitting an overscroll barrier due to a fling.Adam Powell2010-03-171-2/+2
* Report scroll events from ScrollView and HorizontalScrollView.Romain Guy2010-03-081-8/+4
* HorizontalScrollView multitouch scroll and only grip on contentAdam Powell2010-02-251-2/+2
* ScrollView multiple pointer support. Fixed a bug where ScrollViewAdam Powell2010-02-241-15/+65
* Make ScrollView only do overscroll if you're grabbing the child view.Joe Onorato2010-02-241-21/+49
* Fix for [Horizontal]ScrollView scroll range reportingAdam Powell2010-02-161-4/+5
* Overscrolling modifications. Overscroll will not allow the user toAdam Powell2010-02-121-8/+59
* Don't bounce programmatic scrolls of ScrollView and HorizontalScrollView.Adam Powell2010-01-281-4/+7
* ScrollView and HorizontalScrollView now will spring back if smoothScrollBy sc...Adam Powell2010-01-281-1/+8
* Added OverScroller and overscroll effects for ScrollView and HorizontalScroll...Adam Powell2010-01-271-35/+21
* Fix scroll jump in ScrollView.Romain Guy2009-12-011-2/+1
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-0/+2
* Fix bug with ScrollView so that text entry fields are not hidden by virtual k...Jack Veenstra2009-09-211-7/+8
* Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.Romain Guy2009-07-101-54/+46
* Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy2009-07-061-5/+8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1232
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1232/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-25/+19
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-13/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+40
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1213