Merge "Can't stop the fling! Bug: 5335420" into ics-factoryrom

This commit is contained in:
Jeff Brown 2011-09-16 23:29:15 -07:00 committed by Android (Google) Code Review
commit 77daff7712

View File

@ -1020,6 +1020,8 @@ bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const
return true;
}
}
*outVx = 0;
*outVy = 0;
return false;
}