Searched refs:deltaRotate (Results 1 – 1 of 1) sorted by relevance
453 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix() local465 isOrientationDifferent = isOrientationChange(deltaRotate) in updateThumbnailMatrix()473 isRotated = deltaRotate > 0 && windowingModeSupportsRotation; in updateThumbnailMatrix()568 setThumbnailRotation(deltaRotate, thumbnailClipHint, scale, thumbnailBounds); in updateThumbnailMatrix()612 private void setThumbnailRotation(int deltaRotate, RectF thumbnailInsets, float scale, in setThumbnailRotation() argument619 mMatrix.setRotate(90 * deltaRotate); in setThumbnailRotation()620 switch (deltaRotate) { /* Counter-clockwise */ in setThumbnailRotation()