Fix ValueAnimatorTest#testCancel

According to the API documentation, regarding ValueAnimator class the
cancel() must be called on the thread that is running the animation.
Otherwise it might have unexpected result of isRunning() due to thread
scheduling.

Change-Id: I58abd68e0715111cffba9f7a083a3dc0550416a2
1 file changed