Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java345 final int rotationChange = getRotationChange(appTargets); in composeIconLaunchAnimator() local
348 Rect windowTargetBounds = getWindowTargetBounds(appTargets, rotationChange); in composeIconLaunchAnimator()
351 rotationChange); in composeIconLaunchAnimator()
407 int rotationChange) { in getWindowTargetBounds() argument
421 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() argument
695 if (rotationChange != 0) { in getOpeningWindowAnimators()
[all …]