Home
last modified time | relevance | path

Searched refs:mLastRotationDegrees (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpImageView.java121 private int mLastRotationDegrees; field in MtpImageView
131 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()