Searched refs:taskRotation (Results 1 – 1 of 1) sorted by relevance
2043 final int taskRotation = target.windowConfiguration.getRotation(); in transferRectToTargetCoordinate() local2047 ? android.util.RotationUtils.deltaRotation(taskRotation, profile.rotationHint) in transferRectToTargetCoordinate()2048 : android.util.RotationUtils.deltaRotation(profile.rotationHint, taskRotation); in transferRectToTargetCoordinate()