Files
frameworks_base/core/java/android/widget
Vladislav Kaznacheev 84ad7e9ee2 Keep OverScroller.SplineOverScroller state consistent.
Currently update() bails out early if it is called
too soon after mStartTime has been set. In this case
mCurrentPosition remains holding an obsolete value
from a previous animation. This causes some strange
behavior (see the referenced bug).

This patch makes sure that mCurrentPosition is
updated every time that mStart is updated.

Bug: 22950559
Change-Id: I07b92f30ebe29856f4e04dc19a4820123713fd7e
2015-08-04 21:24:59 +00:00
..
2015-03-23 14:54:35 -07:00
2015-04-07 15:37:30 -07:00
2015-07-29 15:20:21 -07:00
2015-07-17 14:26:17 -07:00