Home
last modified time | relevance | path

Searched refs:deltaRotation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java368 int delta = DisplayContent.deltaRotation(rotation, Surface.ROTATION_0); in setRotation()
406 int delta = DisplayContent.deltaRotation(mCurRotation, mOriginalRotation); in startAnimation()
DDisplayContent.java1454 if (DisplayContent.deltaRotation(rotation, oldRotation) != 2) { in updateRotationUnchecked()
2732 final int deltaRotation = deltaRotation(newRotation, oldRotation); in rotateBounds() local
2734 deltaRotation, parentBounds.width(), parentBounds.height(), mTmpMatrix); in rotateBounds()
2741 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in DisplayContent
3818 final int rotationDelta = deltaRotation(currentRotation, orientation); in getBounds()