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.java367 int delta = DisplayContent.deltaRotation(rotation, Surface.ROTATION_0); in setRotation()
405 int delta = DisplayContent.deltaRotation(mCurRotation, mOriginalRotation); in startAnimation()
DDisplayContent.java1448 if (DisplayContent.deltaRotation(rotation, oldRotation) != 2) { in updateRotationUnchecked()
2722 final int deltaRotation = deltaRotation(newRotation, oldRotation); in rotateBounds() local
2724 deltaRotation, parentBounds.width(), parentBounds.height(), mTmpMatrix); in rotateBounds()
2731 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in DisplayContent
3806 final int rotationDelta = deltaRotation(currentRotation, orientation); in getBounds()