OSDN Git Service

Fix infinite AVD not running
authorDoris Liu <tianliu@google.com>
Mon, 8 Aug 2016 19:47:20 +0000 (12:47 -0700)
committerDoris Liu <tianliu@google.com>
Mon, 8 Aug 2016 19:57:34 +0000 (19:57 +0000)
commit18e08a0170a429929e4b974143ecd0d6603b332c
tree8cdcb0a0f6a7616539ec989fdea57d9a0b8b0063
parent5a3e33a82a36d22a39f0efd743b259256c9fad54
Fix infinite AVD not running

This CL fixed an integer overflow error caused by using integer literal
when it should be a float literal that defines a double.

BUG:30739855
Change-Id: If2bdb0eb7a2e93d28434bfe72ec11e8f1f2a1eda
libs/hwui/PropertyValuesAnimatorSet.cpp