summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+15
* docs: Update ScrollView JavaDoc commentsJoe Fernandez2017-04-261-18/+20
* Don't crash when passing null to requestChildFocusAdam Powell2017-04-041-1/+1
* Split scroll factor into a 2d float.Aaron Whyte2017-03-291-4/+4
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-7/+7
* Add rotary encoder support to scrolling containersNed Burns2016-08-291-21/+29
* Focus behavior for scroll containers in watch modeAdam Powell2016-08-231-5/+12
* Multiple fixes in ScrollView and HorizontalScrollViewYigit Boyar2016-03-291-17/+21
* Make scroll bar mouse draggable.Keisuke Kuroyanagi2016-01-211-0/+4
* Fix possibility of ScrollView not allowing clicks after a flingChris Banes2015-12-071-3/+5
* Change MNC codename to just M.Dianne Hackborn2015-07-291-1/+1
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-2/+2
* Account for margins in ScrollView onMeasure() when filling viewportAlan Viverette2015-06-041-8/+16
* Fix ScrollView's EdgeEffect to respect clipToPadding flagDoris Liu2015-05-281-9/+35
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+9
* Add accessibility actions for scrolling in different directionsMaxim Bogatov2015-04-271-4/+9
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-3/+5
* 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