Searched refs:rotationChange (Results 1 – 1 of 1) sorted by relevance
345 final int rotationChange = getRotationChange(appTargets); in composeIconLaunchAnimator() local348 Rect windowTargetBounds = getWindowTargetBounds(appTargets, rotationChange); in composeIconLaunchAnimator()351 rotationChange); in composeIconLaunchAnimator()407 int rotationChange) { in getWindowTargetBounds() argument421 if (rotationChange != 0) { in getWindowTargetBounds()422 if ((rotationChange % 2) == 1) { in getWindowTargetBounds()425 4 - rotationChange); in getWindowTargetBounds()428 4 - rotationChange); in getWindowTargetBounds()588 Rect windowTargetBounds, boolean appTargetsAreTranslucent, int rotationChange) { in getOpeningWindowAnimators() argument695 if (rotationChange != 0) { in getOpeningWindowAnimators()[all …]