History log of /frameworks/support/v4/gingerbread/android/support/v4/widget/ScrollerCompatGingerbread.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00db92e217c3bc08acd09143cac8e3d3b0d0e813 19-Aug-2015 Chris Banes <chrisbanes@google.com> Fix NestedScrollView intercepting touches when it shouldn't

Caused by NestedScrollView not calling springBack() like it's
framework cousin. This means that the scroller still thinks it
is running and makes NSV intercept the next DOWN -> UP touch
event cycle.

BUG: 23340105
Change-Id: I5a036b27c6c2161f7932ee6c3ad3ec180b1e12f3
/frameworks/support/v4/gingerbread/android/support/v4/widget/ScrollerCompatGingerbread.java
6580cf4b7e74a2a017ed95b0dc50155b9995edeb 02-Mar-2013 Adam Powell <adamp@google.com> Fix ViewDragHelper/SlidingPaneLayout bugs

Fix an overzealous and buggy edge drag detector. Tune animation
timing. Make sure that captured views become un-captured.

Change-Id: Ib2122082fdbab12256743760995b148717c664bd
/frameworks/support/v4/gingerbread/android/support/v4/widget/ScrollerCompatGingerbread.java
b9e34c7d443082d5ee2b90a0e6788523d8df0df1 28-Feb-2013 Adam Powell <adamp@google.com> Make ScrollerCompat public/expand it

ScrollerCompat is now available for all of your
scrolling-compatibility needs! It will automatically select Scroller
or OverScroller as the internal implementation as appropriate for the
underlying platform version.

Extra OverScroller methods are no-ops on devices that do not support
them.

Change-Id: I0536327eddb3ef75ccae3fb76609bff2f75976d9
/frameworks/support/v4/gingerbread/android/support/v4/widget/ScrollerCompatGingerbread.java