setDisplayMatrix postTranslate not effective
Open
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
mCurrentDisplayMatrix = new Matrix();
mPhotoView.getDisplayMatrix(mCurrentDisplayMatrix);
mCurrentDisplayMatrix.postTranslate(0, 500);
mPhotoView.setDisplayMatrix(matrix);
Contributor guide
Assessment
This issue has not been assessed yet.