Commits

Grace Kloba authored d82bc5158c7
Avoid the rounding error, as Math.round(Math.round(viewWidth * mInvActualScale) * mActualScale) not necessary to be viewWidth, we special case when the content exactly fit in the view case. Fix http://b/issue?id=2099889