summaryrefslogtreecommitdiff
path: root/core/java/android/widget/HorizontalScrollView.java
AgeCommit message (Expand)Author
2021-05-03Remove edge effect type from the API.George Mount
2021-04-29Fling while overscrolled: ScrollView/HorizontalScrollViewGeorge Mount
2021-04-28Allow intercept touch event while animating edge glow.George Mount
2021-04-02Fix consumption multiplierGeorge Mount
2021-03-18Updated EdgeEffect parameters for overscroll stretchNader Jawad
2021-03-03Wire SKSL based stretch shader to HWUINader Jawad
2021-02-22Add edge effect type accessors for views that support itGeorge Mount
2021-02-12ScrollView and HorizontalScrollView stretch overscrollGeorge Mount
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-25Populate scrollX and scrollY on AccessibilityEvents.Qasid Ahmad Sadiq
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-11Merge "Update core widgets to save attribute source info."Aurimas Liutikas
2019-02-08Add edge effect color APIs to ScrollViewsYigit Boyar
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-04Don't crash when passing null to requestChildFocusAdam Powell
2017-03-29Split scroll factor into a 2d float.Aaron Whyte
2016-08-29Add rotary encoder support to scrolling containersNed Burns
2016-08-23Focus behavior for scroll containers in watch modeAdam Powell
2016-03-29Multiple fixes in ScrollView and HorizontalScrollViewYigit Boyar
2016-01-21Make scroll bar mouse draggable.Keisuke Kuroyanagi
2015-06-03Properly restore RTL state in HorizontalScrollViewAdam Powell
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-04-27Add accessibility actions for scrolling in different directionsMaxim Bogatov
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-27Fix fallout from merging e5743753 conflictsAlan Viverette
2015-01-07Fix accessibility delegationAlan Viverette
2014-12-05When accessibility on cannot click on a view covered by a HorizontalScrollViewSvet Ganov
2014-05-11New, inkier EdgeEffect visual styleAdam Powell
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-07-17Changed name of recent hasLayout() method to isLaidOut()Chet Haase
2013-06-18Merge "Fix potential NPE if there is no child in HorizontalScrollView"Fabrice Di Meglio
2013-06-18Fix potential NPE if there is no child in HorizontalScrollViewFabrice Di Meglio
2013-06-13Don't save ScrollView/HorizontalScrollView saved state for old appsAdam Powell
2013-06-12Fix bug #9302365 HorizontalScrollView is not RTL awareFabrice Di Meglio
2013-06-12Fix bug #9302365 HorizontalScrollView is not RTL awareFabrice Di Meglio
2013-06-03Prevent scroll views from sending duplicate onScrollChanged events.Alan Viverette
2012-08-23Protecting more views from (bad) MotionEventsJohan Rosengren
2012-07-02docs: fix document issue 27549Scott Main
2012-05-16Exposing some accessiblity actions only for enabled views.Svetoslav Ganov
2012-05-15Add accessibility scroll support to some widgets.Svetoslav Ganov
2012-05-10Adding scroll actions to accessibility node info.Svetoslav Ganov
2012-05-02Fix nested cross-scrolling for ScrollView/HorizontalScrollViewAdam Powell
2012-04-11Invalidate for scrolling animations on the animation timerAdam Powell