summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE with void android.view.VelocityTracker.clear()Alex Cruz2022-09-261-1/+3
* Migrate frameworks/base javadocs references to androidxAlan Viverette2022-02-091-2/+2
* Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACKMatthew Duggan2021-07-061-1/+2
* Remove edge effect type from the API.George Mount2021-05-031-22/+0
* Fling while overscrolled: ScrollView/HorizontalScrollViewGeorge Mount2021-04-291-3/+14
* Allow intercept touch event while animating edge glow.George Mount2021-04-281-2/+1
* 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-9/+35
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* 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
* Merge "docs: Fixed link to material design for ScrollView" into qt-dev am: 80...Kevin Hufnagle2019-09-201-3/+3
|\
| * docs: Fixed link to material design for ScrollViewKevin Hufnagle2019-09-191-3/+3
* | Populate scrollX and scrollY on AccessibilityEvents.Qasid Ahmad Sadiq2019-06-251-2/+0
|/
* Add nullability to ScrollView#scrollToDescendant.Aurimas Liutikas2019-03-011-1/+1
* 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
* | Merge "Add edge effect color APIs to ScrollViews"Yigit Boyar2019-02-111-22/+95
|\ \
| * | Add edge effect color APIs to ScrollViewsYigit Boyar2019-02-081-22/+95
| |/
* | Merge "Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I i...TreeHugger Robot2019-02-091-2/+2
|\ \
| * | Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I in ligt-...Rahul Ravikumar2019-02-081-2/+2
| |/
* / Fix for Hidden API Landroid/widget/ScrollView;->mMinimumVelocity:I in ligt-gr...Rahul Ravikumar2019-02-081-1/+1
|/
* Merge "Added a ScrollView#scrollToDescendant() API."TreeHugger Robot2019-02-061-10/+14
|\
| * Added a ScrollView#scrollToDescendant() API.Rahul Ravikumar2019-02-051-10/+14
* | @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+2
|/
* 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