Files
frameworks_base/core/java/android/animation
Chet Haase 9b5599894b Fix shift/mask error in ArtbEvaluator
Shifting from the left copies the MSB along with it. This causes a problem
in ArgbEvaluator, which shifts the top byte down by 24 for the start/end
colors, and then uses those values to interpolate alpha values. The correct
appraoch (used with the other color components) is to mask by 0xff after the
shift.

Issue #6960514 External bug: ArgbEvaluator can't evaluate alpha value properly

Change-Id: I750d38ddfecc5f30d8dab7c6d27d1a7ac06361c3
2012-08-09 14:16:29 -07:00
..
2011-06-08 09:42:37 -07:00
2011-06-08 09:42:37 -07:00
2012-06-22 12:35:08 -07:00
2011-06-08 09:42:37 -07:00
2012-05-07 16:49:42 -07:00