Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskThumbnailView.java442 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix()
613 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta() method in TaskThumbnailView.PreviewPositionHelper