History log of /frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e827caa16440590647019b9c1338f6309c5be7a 19-Jan-2017 Aurimas Liutikas <aurimas@google.com> Fix style issues in RecyclerView module.

Test: None, there should be no behavior changes.
Change-Id: Ibf8690102bc0c6a4368ed0a7977056e9437344a2
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
c587f7dba5a337169e854e235da59f595255d6cc 20-Jun-2016 Aga Madurska <amad@google.com> Add an OnFlingListener to the RecyclerView.

This enable custom fling implementations and
is used to implement expose a snapping API
to developers.

Bug: 28169210
Change-Id: I09ffcab384eb69338df1fcc5f8d1d2a0d1191a57
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
c9a859537b0871f84afeeb706a5b425fe3f2b4dd 25-May-2016 Aurimas Liutikas <aurimas@google.com> Fix a random assortment of spelling errors.

Fix spelling errors found by Android Studio.

Change-Id: I121c79029f4e323da4ff2f44891e25480c44ebbc
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
f42d50affc194f9f4ee3095ea33b18711ca06e2f 17-Feb-2016 Yigit Boyar <yboyar@google.com> RecyclerView Documentation Fixes

Fixed OnScrollListener malformed documentation.
Clarified setHasFixedSize behavior.
Removed some warnings.

Bug:27057702
Bug: 24664294
Change-Id: I665ea96f3c7496865b908252963cccf16442b806
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
57d97cb4358a78cbfa0b0a3e6e1e55322c16e3de 18-Feb-2016 Brian Carlstrom <bdc@google.com> Revert "RecyclerView Documentation Fixes"

This reverts commit 78c8a27a4380c804e706699ee8a8e84c62bc99bc.

Change-Id: Ia27424673f0bfab93ba0a4151e0fb43292755a2c
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
78c8a27a4380c804e706699ee8a8e84c62bc99bc 17-Feb-2016 Yigit Boyar <yboyar@google.com> RecyclerView Documentation Fixes

Fixed OnScrollListener malformed documentation.
Clarified setHasFixedSize behavior.
Removed some warnings.

Bug:27057702
Bug: 24664294
Change-Id: Ib3241221618ff61bf32e6622a139a1e19638204c
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
e1cd8d86d84646768867eeaeb038e1c135ca3e4c 09-Jun-2015 Yigit Boyar <yboyar@google.com> Fix LinearSmoothScroller NPE bug

This CL fixes a bug where LinearSmoothScroller would try to access
RecyclerView after it is stopped.

This was actually caused by a bad API so I deprecated it in favor
of a more open API. This new API, jumpTo also allows instantly
scrolling to a position in case target position is far away.

Bug: 21661478
Change-Id: I3c4bfa8589803a564a61116e73d8b1312c6c9f46
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
20d3ab4bc623635334429240be31f13837e675cd 04-Jun-2014 Yigit Boyar <yboyar@google.com> LinearSmoothScroller 0 distace bug fix

Bug: 15351024
Change-Id: I085b9282d58c40908e692504770186ad0a76c089
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
40ec11724622a83b36ce52bd4c474817c0c224ad 02-Jun-2014 Yigit Boyar <yboyar@google.com> Round up time calculations in LinearSmoothScroller

Bug: 14387760
Change-Id: I90e2a3d1136de0d6006513984d0623ad502ce20d
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
6598bbee8b4e7af155671a5b40039c00b347954f 09-May-2014 Yigit Boyar <yboyar@google.com> Avoid stopping scroller twice

Change-Id: I6412f2067bed7799112a02f958350b83db6be0bf
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java
0447ba889146f60d6965e6ea66fa4e2cac4d0891 07-Apr-2014 Yigit Boyar <yboyar@google.com> RecyclerView smooth scrolling support

Added APIs and base code to RecyclerView to support smooth scrolling
Added a LinearSmoothScroll that can be used as the default one and should work well
for most layouts.
Added ScrollContext class as a POJO to carry state information to layout and scroll methods.

Change-Id: I9a83c460adfdd5330141167cfbc793beb3a845c8
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/LinearSmoothScroller.java