summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ScrollView.java
AgeCommit message (Expand)Author
2022-05-07ViewConfiguration: Set scroll friction to 0.006fAlex Naidis
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-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-09-20Merge "docs: Fixed link to material design for ScrollView" into qt-dev am: 80...Kevin Hufnagle
2019-09-19docs: Fixed link to material design for ScrollViewKevin Hufnagle
2019-06-25Populate scrollX and scrollY on AccessibilityEvents.Qasid Ahmad Sadiq
2019-03-01Add nullability to ScrollView#scrollToDescendant.Aurimas Liutikas
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-11Merge "Add edge effect color APIs to ScrollViews"Yigit Boyar
2019-02-09Merge "Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I i...TreeHugger Robot
2019-02-08Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I in ligt-...Rahul Ravikumar
2019-02-08Fix for Hidden API Landroid/widget/ScrollView;->mMinimumVelocity:I in ligt-gr...Rahul Ravikumar
2019-02-08Add edge effect color APIs to ScrollViewsYigit Boyar
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-06Merge "Added a ScrollView#scrollToDescendant() API."TreeHugger Robot
2019-02-05Added a ScrollView#scrollToDescendant() API.Rahul Ravikumar
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-26docs: Update ScrollView JavaDoc commentsJoe Fernandez
2017-04-04Don't crash when passing null to requestChildFocusAdam Powell
2017-03-29Split scroll factor into a 2d float.Aaron Whyte
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
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-12-07Fix possibility of ScrollView not allowing clicks after a flingChris Banes
2015-07-29Change MNC codename to just M.Dianne Hackborn
2015-06-11Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell
2015-06-04Account for margins in ScrollView onMeasure() when filling viewportAlan Viverette
2015-05-28Fix ScrollView's EdgeEffect to respect clipToPadding flagDoris Liu
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-04-27Add accessibility actions for scrolling in different directionsMaxim Bogatov
2015-04-16Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-09-22Track persistent nested Y offset for fling velocityAdam Powell
2014-08-07Nested pre-fling for AbsListView and ScrollViewAdam Powell
2014-05-11New, inkier EdgeEffect visual styleAdam Powell