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.java322 int rotationDir = profile.isVerticalBarLayout() && !profile.isSeascape() ? -1 : 1; in updateThumbnailMatrix() local
323 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()