Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java493 int deltaRotate = getRotationDelta(currentRotation, thumbnailRotation); in updateThumbnailMatrix()
569 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta() method in TaskThumbnailView.PreviewPositionHelper