index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
ScrollView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NPE with void android.view.VelocityTracker.clear()
Alex Cruz
2022-09-26
1
-1
/
+3
*
Migrate frameworks/base javadocs references to androidx
Alan Viverette
2022-02-09
1
-2
/
+2
*
Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACK
Matthew Duggan
2021-07-06
1
-1
/
+2
*
Remove edge effect type from the API.
George Mount
2021-05-03
1
-22
/
+0
*
Fling while overscrolled: ScrollView/HorizontalScrollView
George Mount
2021-04-29
1
-3
/
+14
*
Allow intercept touch event while animating edge glow.
George Mount
2021-04-28
1
-2
/
+1
*
Updated EdgeEffect parameters for overscroll stretch
Nader Jawad
2021-03-18
1
-20
/
+0
*
Wire SKSL based stretch shader to HWUI
Nader Jawad
2021-03-03
1
-0
/
+20
*
Add edge effect type accessors for views that support it
George Mount
2021-02-22
1
-0
/
+21
*
ScrollView and HorizontalScrollView stretch overscroll
George Mount
2021-02-12
1
-9
/
+35
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+1
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-1
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+1
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-3
/
+3
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Merge "docs: Fixed link to material design for ScrollView" into qt-dev am: 80...
Kevin Hufnagle
2019-09-20
1
-3
/
+3
|
\
|
*
docs: Fixed link to material design for ScrollView
Kevin Hufnagle
2019-09-19
1
-3
/
+3
*
|
Populate scrollX and scrollY on AccessibilityEvents.
Qasid Ahmad Sadiq
2019-06-25
1
-2
/
+0
|
/
*
Add nullability to ScrollView#scrollToDescendant.
Aurimas Liutikas
2019-03-01
1
-1
/
+1
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Merge "Update core widgets to save attribute source info."
Aurimas Liutikas
2019-02-11
1
-0
/
+2
|
\
|
*
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
*
|
Merge "Add edge effect color APIs to ScrollViews"
Yigit Boyar
2019-02-11
1
-22
/
+95
|
\
\
|
*
|
Add edge effect color APIs to ScrollViews
Yigit Boyar
2019-02-08
1
-22
/
+95
|
|
/
*
|
Merge "Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I i...
TreeHugger Robot
2019-02-09
1
-2
/
+2
|
\
\
|
*
|
Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I in ligt-...
Rahul Ravikumar
2019-02-08
1
-2
/
+2
|
|
/
*
/
Fix for Hidden API Landroid/widget/ScrollView;->mMinimumVelocity:I in ligt-gr...
Rahul Ravikumar
2019-02-08
1
-1
/
+1
|
/
*
Merge "Added a ScrollView#scrollToDescendant() API."
TreeHugger Robot
2019-02-06
1
-10
/
+14
|
\
|
*
Added a ScrollView#scrollToDescendant() API.
Rahul Ravikumar
2019-02-05
1
-10
/
+14
*
|
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+2
|
/
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+15
*
docs: Update ScrollView JavaDoc comments
Joe Fernandez
2017-04-26
1
-18
/
+20
*
Don't crash when passing null to requestChildFocus
Adam Powell
2017-04-04
1
-1
/
+1
*
Split scroll factor into a 2d float.
Aaron Whyte
2017-03-29
1
-4
/
+4
*
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-7
/
+7
*
Add rotary encoder support to scrolling containers
Ned Burns
2016-08-29
1
-21
/
+29
*
Focus behavior for scroll containers in watch mode
Adam Powell
2016-08-23
1
-5
/
+12
*
Multiple fixes in ScrollView and HorizontalScrollView
Yigit Boyar
2016-03-29
1
-17
/
+21
*
Make scroll bar mouse draggable.
Keisuke Kuroyanagi
2016-01-21
1
-0
/
+4
*
Fix possibility of ScrollView not allowing clicks after a fling
Chris Banes
2015-12-07
1
-3
/
+5
*
Change MNC codename to just M.
Dianne Hackborn
2015-07-29
1
-1
/
+1
*
Check targetSdkVersion when passing size hints for UNSPECIFIED specs
Adam Powell
2015-06-11
1
-2
/
+2
*
Account for margins in ScrollView onMeasure() when filling viewport
Alan Viverette
2015-06-04
1
-8
/
+16
*
Fix ScrollView's EdgeEffect to respect clipToPadding flag
Doris Liu
2015-05-28
1
-9
/
+35
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+9
*
Add accessibility actions for scrolling in different directions
Maxim Bogatov
2015-04-27
1
-4
/
+9
*
Make UNSPECIFIED measure spec include size hint.
Filip Gruszczynski
2015-04-16
1
-3
/
+5
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-2
/
+5
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-6
/
+9
*
Track persistent nested Y offset for fling velocity
Adam Powell
2014-09-22
1
-2
/
+11
[next]