Searched refs:deltaRotation (Results 1 – 2 of 2) sorted by relevance
368 int delta = DisplayContent.deltaRotation(rotation, Surface.ROTATION_0); in setRotation()406 int delta = DisplayContent.deltaRotation(mCurRotation, mOriginalRotation); in startAnimation()
1454 if (DisplayContent.deltaRotation(rotation, oldRotation) != 2) { in updateRotationUnchecked()2732 final int deltaRotation = deltaRotation(newRotation, oldRotation); in rotateBounds() local2734 deltaRotation, parentBounds.width(), parentBounds.height(), mTmpMatrix); in rotateBounds()2741 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in DisplayContent3818 final int rotationDelta = deltaRotation(currentRotation, orientation); in getBounds()