Searched refs:rotationDir (Results 1 – 1 of 1) sorted by relevance
322 int rotationDir = profile.isVerticalBarLayout() && !profile.isSeascape() ? -1 : 1; in updateThumbnailMatrix() local323 mMatrix.setRotate(90 * rotationDir); in updateThumbnailMatrix()324 int newLeftInset = rotationDir == 1 ? thumbnailInsets.bottom : thumbnailInsets.top; in updateThumbnailMatrix()325 int newTopInset = rotationDir == 1 ? thumbnailInsets.left : thumbnailInsets.right; in updateThumbnailMatrix()327 if (rotationDir == -1) { in updateThumbnailMatrix()334 if (rotationDir == 1) { in updateThumbnailMatrix()