Searched defs:rotationDelta (Results 1 – 7 of 7) sorted by relevance
67 private static Rect rotateCopy(Rect insets, int rotationDelta) { in rotateCopy()
40 public static void rotateInsets(Rect inOutInsets, int rotationDelta) { in rotateInsets()
160 @Surface.Rotation int rotationDelta) { in getAnimator()520 @Surface.Rotation int rotationDelta) { in ofBounds()
1291 final int rotationDelta = mWaitForFixedRotation in animateResizePip() local1324 private @Nullable Rect computeRotatedBounds(int rotationDelta, int direction, in computeRotatedBounds()
287 final int rotationDelta = RotationUtils.deltaRotation(oldRotation, newRotation); in startSeamlessRotationIfNeeded() local
4396 final int rotationDelta = deltaRotation(currentRotation, rotation); in getBounds() local
187 final int rotationDelta = (targetRotation - mRotation + 4) % 4; in rotateTo() local