Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java359 int rotationDir = profile.isVerticalBarLayout() && !profile.isSeascape() ? -1 : 1; in updateThumbnailMatrix() local
360 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()