Avoid the rounding error, as Math.round(Math.round(viewWidth *...
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
Loading
Please register or sign in to comment