Loading libs/hwui/DisplayList.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -299,8 +299,8 @@ void DisplayList::updateMatrix() { if (mWidth != mPrevWidth || mHeight != mPrevHeight) { mPrevWidth = mWidth; mPrevHeight = mHeight; mPivotX = mPrevWidth / 2; mPivotY = mPrevHeight / 2; mPivotX = mPrevWidth / 2.0f; mPivotY = mPrevHeight / 2.0f; } } if ((mMatrixFlags & ROTATION_3D) == 0) { Loading Loading
libs/hwui/DisplayList.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -299,8 +299,8 @@ void DisplayList::updateMatrix() { if (mWidth != mPrevWidth || mHeight != mPrevHeight) { mPrevWidth = mWidth; mPrevHeight = mHeight; mPivotX = mPrevWidth / 2; mPivotY = mPrevHeight / 2; mPivotX = mPrevWidth / 2.0f; mPivotY = mPrevHeight / 2.0f; } } if ((mMatrixFlags & ROTATION_3D) == 0) { Loading