OSDN Git Service

Fix RippleDrawable exit animation
authorJohn Reck <jreck@google.com>
Mon, 30 Nov 2015 22:47:02 +0000 (14:47 -0800)
committerJohn Reck <jreck@google.com>
Mon, 30 Nov 2015 22:47:59 +0000 (14:47 -0800)
commitc34f1b093f978bd67ed5f6eb9ff3b0c9dd8126e1
treee71399329480d507e366334de2af32555b82a724
parent8b40491bc295dccc185b9be5b3616823fcff1a2e
Fix RippleDrawable exit animation

Bug: 25602850

The exit-out animation doesn't want to animate from the current
value, but rather the final value of the exit-in animation

Change-Id: I1cd12b0653b5241c6e21ef1cca86b0a83ce9c5a2
graphics/java/android/graphics/drawable/RippleBackground.java