Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java364 rotationChange); in composeIconLaunchAnimator()
420 int rotationChange) { in getWindowTargetBounds() argument
434 if (rotationChange != 0) { in getWindowTargetBounds()
435 if ((rotationChange % 2) == 1) { in getWindowTargetBounds()
438 4 - rotationChange); in getWindowTargetBounds()
441 4 - rotationChange); in getWindowTargetBounds()
749 if (rotationChange != 0) { in getOpeningWindowAnimators()
1212 int rotationChange = 0; in getRotationChange() local
1214 if (Math.abs(target.rotationChange) > Math.abs(rotationChange)) { in getRotationChange()
1215 rotationChange = target.rotationChange; in getRotationChange()
[all …]
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java72 public final int rotationChange; field in RemoteAnimationTargetCompat
97 rotationChange = 0; in RemoteAnimationTargetCompat()
235 rotationChange = change.getEndRotation() - change.getStartRotation(); in RemoteAnimationTargetCompat()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1373 if (runningTaskTarget.rotationChange != 0
1375 return Math.abs(runningTaskTarget.rotationChange) == ROTATION_90