summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-2/+5
* Fix accessibility delegationAlan Viverette2015-01-071-6/+9
* Track persistent nested Y offset for fling velocityAdam Powell2014-09-221-2/+11
* Nested pre-fling for AbsListView and ScrollViewAdam Powell2014-08-071-3/+5
* New, inkier EdgeEffect visual styleAdam Powell2014-05-111-2/+4
* Fix nested prescrolling bug in ScrollViewYorke Lee2014-05-051-2/+2
* ListViews in ScrollViews and ScrollViews in ListViewsAdam Powell2014-05-021-1/+9
* Add support for hiding action bars on scroll.Adam Powell2014-05-011-7/+20
* Fix ScrollView nested scrolling with touch down on buttonsAdam Powell2014-04-251-0/+2
* Nested scrolling!Adam Powell2014-04-241-15/+61
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
* Changed name of recent hasLayout() method to isLaidOut()Chet Haase2013-07-171-1/+1
* Merge "Fix bug #9463581 NPE observed while launching News&Weather app from al...Fabrice Di Meglio2013-06-181-5/+5
|\
| * Fix bug #9463581 NPE observed while launching News&Weather app from all apps ...Fabrice Di Meglio2013-06-181-5/+5
* | Don't save ScrollView/HorizontalScrollView saved state for old appsAdam Powell2013-06-131-0/+12
|/
* Save Scroller positionFabrice Di Meglio2013-06-121-0/+76
* Prevent scroll views from sending duplicate onScrollChanged events.Alan Viverette2013-06-031-1/+5
* Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-2/+0
* Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-0/+2
* am 790d3403: am d86bebb4: am 322b0a16: Merge "Protecting more views from (bad...Jean-Baptiste Queru2012-08-241-0/+14
|\
| * Protecting more views from (bad) MotionEventsJohan Rosengren2012-08-231-0/+14
* | Don't let ScrollView intercept touch events if it can't scroll.Adam Powell2012-07-311-0/+7
|/
* docs: fix document issue 27549Scott Main2012-07-021-2/+7
* Exposing some accessiblity actions only for enabled views.Svetoslav Ganov2012-05-161-8/+13
* Add accessibility scroll support to some widgets.Svetoslav Ganov2012-05-151-1/+4
* Adding scroll actions to accessibility node info.Svetoslav Ganov2012-05-101-1/+34
* Fix nested cross-scrolling for ScrollView/HorizontalScrollViewAdam Powell2012-05-021-5/+26
* Invalidate for scrolling animations on the animation timerAdam Powell2012-04-111-19/+19
* Put back invalidate optimizationRomain Guy2012-03-201-3/+1
* Code cleanupRomain Guy2012-03-201-47/+11
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-2/+2
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+2
* Fixing errors in position information of scrollable views reported for access...Svetoslav Ganov2011-10-061-2/+7
* The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov2011-09-301-10/+0
* Fix bug 5385274 - tabs in browser can't be scrolledAdam Powell2011-09-281-8/+4
* 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