summaryrefslogtreecommitdiff
path: root/core/java/android/widget/HorizontalScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove edge effect type from the API.George Mount2021-05-031-21/+0
* Fling while overscrolled: ScrollView/HorizontalScrollViewGeorge Mount2021-04-291-19/+29
* Allow intercept touch event while animating edge glow.George Mount2021-04-281-2/+1
* Fix consumption multiplierGeorge Mount2021-04-021-2/+2
* Updated EdgeEffect parameters for overscroll stretchNader Jawad2021-03-181-20/+0
* Wire SKSL based stretch shader to HWUINader Jawad2021-03-031-0/+20
* Add edge effect type accessors for views that support itGeorge Mount2021-02-221-0/+21
* ScrollView and HorizontalScrollView stretch overscrollGeorge Mount2021-02-121-10/+35
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-3/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Populate scrollX and scrollY on AccessibilityEvents.Qasid Ahmad Sadiq2019-06-251-2/+0
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Merge "Update core widgets to save attribute source info."Aurimas Liutikas2019-02-111-0/+2
|\
| * Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* | Add edge effect color APIs to ScrollViewsYigit Boyar2019-02-081-21/+93
|/
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+11
* Don't crash when passing null to requestChildFocusAdam Powell2017-04-041-1/+1
* Split scroll factor into a 2d float.Aaron Whyte2017-03-291-3/+3
* 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-19/+30
* Make scroll bar mouse draggable.Keisuke Kuroyanagi2016-01-211-0/+4
* Properly restore RTL state in HorizontalScrollViewAdam Powell2015-06-031-15/+9
* 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/+10
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-2/+5
* Fix fallout from merging e5743753 conflictsAlan Viverette2015-01-271-12/+0
* Fix accessibility delegationAlan Viverette2015-01-071-6/+9
* When accessibility on cannot click on a view covered by a HorizontalScrollViewSvet Ganov2014-12-051-1/+14
* New, inkier EdgeEffect visual styleAdam Powell2014-05-111-2/+4
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+9
* Changed name of recent hasLayout() method to isLaidOut()Chet Haase2013-07-171-1/+1
* Merge "Fix potential NPE if there is no child in HorizontalScrollView"Fabrice Di Meglio2013-06-181-5/+13
|\
| * Fix potential NPE if there is no child in HorizontalScrollViewFabrice Di Meglio2013-06-181-5/+13
* | Don't save ScrollView/HorizontalScrollView saved state for old appsAdam Powell2013-06-131-1/+13
|/
* Fix bug #9302365 HorizontalScrollView is not RTL awareFabrice Di Meglio2013-06-121-0/+1
* Fix bug #9302365 HorizontalScrollView is not RTL awareFabrice Di Meglio2013-06-121-1/+92
* Prevent scroll views from sending duplicate onScrollChanged events.Alan Viverette2013-06-031-1/+5
* Protecting more views from (bad) MotionEventsJohan Rosengren2012-08-231-0/+13
* docs: fix document issue 27549Scott Main2012-07-021-8/+3
* Exposing some accessiblity actions only for enabled views.Svetoslav Ganov2012-05-161-2/+8
* 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/+22
* Invalidate for scrolling animations on the animation timerAdam Powell2012-04-111-17/+17