Searched refs:mLastRotationDegrees (Results 1 – 1 of 1) sorted by relevance
121 private int mLastRotationDegrees; field in MtpImageView131 boolean rotated90 = (mLastRotationDegrees % 180 != 0); in updateDrawMatrix()148 mDrawMatrix.postRotate(mLastRotationDegrees); in updateDrawMatrix()154 if (!rotated90 && mLastRotationDegrees > 0) { in updateDrawMatrix()156 mDrawMatrix.postRotate(mLastRotationDegrees, vwidth / 2, vheight / 2); in updateDrawMatrix()208 mLastRotationDegrees = bitmapWithMetadata.rotationDegrees; in onMtpImageDataFetchedFromDevice()