commit | 2563ffb84fc1ef569c06a35aab413258deab6bfe | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Thu Mar 11 19:41:38 2010 -0800 |
committer | Grace Kloba <klobag@google.com> | Fri Mar 12 09:37:46 2010 -0800 |
tree | 0eff3855e2643820baf11be1e7ec88402529ef99 | |
parent | 7261128801d12e8f29b032fcacf26757a1bc606f [diff] |
If we can't over scroll horizontally, set vx to 0 in doFling. Otherwise if vx is greater than vy, as we pin x later in onOverscrolled(), the fling doesn't work as expected. Fix http://b/issue?id=2507550