summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* base: set scrolling to 0.006fJake Weinstein7 days1-0/+1
* Refactor enable_touch_scroll_feedback flagYeabkal Wubshit2024-12-051-2/+2
* Add scroll haptics for touchscreen scrolling in ScrollViewMarvin Escobar Barajas2024-09-061-0/+19
* Scroll view should consume KEYCODE_SPACE if it handles scrollVaibhav Devmurari2024-03-191-1/+1
* Call setFrameContentVelocity in ScrollView and HorizontalScrollView.Shane2024-03-051-0/+17
* Fix new Physical UX feature flaggingYeabkal Wubshit2023-10-091-3/+3
* API updates to ScrollFeedbackProviderYeabkal Wubshit2023-09-121-2/+4
* Add scroll haptics for AbsListView and ScrollViewYeabkal Wubshit2023-09-071-4/+24
* Fix ScrollView and HorizontalScrollView overscroll retractionGeorge Mount2023-08-041-0/+5
* Differential motion fling for platform widgetsYeabkal Wubshit2023-07-281-4/+44
* Fix for ScrollView absorbing fling stretchGeorge Mount2023-07-051-0/+2
* VelocityTracker should not be cleared until pointer upGeorge Mount2023-04-141-5/+2
* Add PageDown, PageUp, End, Home key handler to ScrollViewSeigo Nonaka2022-10-171-0/+12
* Support fling back in scrolling containersGeorge Mount2022-06-281-5/+73
* Allow watch rotary to trigger stretch on scrolling containers.George Mount2022-02-251-0/+23
* 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