Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java2043 final int taskRotation = target.windowConfiguration.getRotation(); in transferRectToTargetCoordinate() local
2047 ? android.util.RotationUtils.deltaRotation(taskRotation, profile.rotationHint) in transferRectToTargetCoordinate()
2048 : android.util.RotationUtils.deltaRotation(profile.rotationHint, taskRotation); in transferRectToTargetCoordinate()