Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java69 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix() local
78 isOrientationDifferent = isOrientationChange(deltaRotate) in updateThumbnailMatrix()
86 isRotated = deltaRotate > 0 && windowingModeSupportsRotation; in updateThumbnailMatrix()
179 setThumbnailRotation(deltaRotate, thumbnailBounds); in updateThumbnailMatrix()
201 private void setThumbnailRotation(int deltaRotate, Rect thumbnailPosition) { in setThumbnailRotation() argument
205 mMatrix.setRotate(90 * deltaRotate); in setThumbnailRotation()
206 switch (deltaRotate) { /* Counter-clockwise */ in setThumbnailRotation()