Searched refs:rotationDir (Results 1 – 1 of 1) sorted by relevance
359 int rotationDir = profile.isVerticalBarLayout() && !profile.isSeascape() ? -1 : 1; in updateThumbnailMatrix() local360 mMatrix.setRotate(90 * rotationDir); in updateThumbnailMatrix()361 int newLeftInset = rotationDir == 1 ? thumbnailInsets.bottom : thumbnailInsets.top; in updateThumbnailMatrix()362 int newTopInset = rotationDir == 1 ? thumbnailInsets.left : thumbnailInsets.right; in updateThumbnailMatrix()364 if (rotationDir == -1) { in updateThumbnailMatrix()371 if (rotationDir == 1) { in updateThumbnailMatrix()