summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5282141 ScrollView overscroll should not generate invalidations when...Fabrice Di Meglio2011-09-131-14/+21
* Make EdgeEffect public API.Adam Powell2011-08-311-7/+4
* Track motion events before we decide to start scrollingMichael Jurka2011-08-221-7/+38
* Merge "Bug 4382356: No automatic focus change in ScrollViews"Gilles Debunne2011-07-151-12/+0
|\
| * Bug 4382356: No automatic focus change in ScrollViewsGilles Debunne2011-07-151-12/+0
* | Remove edge slop support.Jeff Brown2011-07-141-7/+0
|/
* Added scroll and text selection change accessibility events.Svetoslav Ganov2011-06-261-0/+24
* Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
* Merge commit 'b737647d' (Scrolling using arrow keys with padding) into mConley Owens2011-04-291-4/+2
|\
| * Scolling using arrow keys with paddingMattias Petersson2011-04-071-4/+2
| * Never drag scroll views with no children. (DO NOT MERGE)Jeff Brown2011-01-191-4/+6
| * DO NOT MERGE. Make sure to invalidate after pulling on an edgeglow.Mindy Pereira2010-10-191-0/+4
| * DO NOT MERGE Only show edge glow effect on 1 side at a time.Mindy Pereira2010-10-071-0/+6
| * DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for ove...Adam Powell2010-10-051-16/+16
| * Fix bug 3052686 - ScrollView padding treated incorrectlyAdam Powell2010-10-041-4/+2
| * Fix bug 2973252 - Make overscroll glow respect ifContentScrollsAdam Powell2010-09-031-9/+17
| * DO NOT MERGE Overscroll continues; asset and behavior tweaks.Adam Powell2010-09-021-3/+3
| * New edge effects for scrolling widgets (overscroll)Adam Powell2010-08-301-15/+137
* | 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