Searched refs:rotationChange (Results 1 – 3 of 3) sorted by relevance
364 rotationChange); in composeIconLaunchAnimator()420 int rotationChange) { in getWindowTargetBounds() argument434 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() local1214 if (Math.abs(target.rotationChange) > Math.abs(rotationChange)) { in getRotationChange()1215 rotationChange = target.rotationChange; in getRotationChange()[all …]
72 public final int rotationChange; field in RemoteAnimationTargetCompat97 rotationChange = 0; in RemoteAnimationTargetCompat()235 rotationChange = change.getEndRotation() - change.getStartRotation(); in RemoteAnimationTargetCompat()
1373 if (runningTaskTarget.rotationChange != 01375 return Math.abs(runningTaskTarget.rotationChange) == ROTATION_90