Searched refs:deltaRotation (Results 1 – 2 of 2) sorted by relevance
367 int delta = DisplayContent.deltaRotation(rotation, Surface.ROTATION_0); in setRotation()405 int delta = DisplayContent.deltaRotation(mCurRotation, mOriginalRotation); in startAnimation()
1448 if (DisplayContent.deltaRotation(rotation, oldRotation) != 2) { in updateRotationUnchecked()2722 final int deltaRotation = deltaRotation(newRotation, oldRotation); in rotateBounds() local2724 deltaRotation, parentBounds.width(), parentBounds.height(), mTmpMatrix); in rotateBounds()2731 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in DisplayContent3806 final int rotationDelta = deltaRotation(currentRotation, orientation); in getBounds()