Searched defs:newRotation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java2030 void seamlesslyRotateWindow(int oldRotation, int newRotation) { argument
2052 final int deltaRotation = DisplayContent.deltaRotation(newRotation, oldRotation);
H A DDisplayContent.java887 void setRotation(int newRotation) { argument
888 mRotation = newRotation;
2068 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { argument
2069 getLogicalDisplayRect(mTmpRect, newRotation);
2073 final int deltaRotation = deltaRotation(newRotation, oldRotation);
2081 static int deltaRotation(int oldRotation, int newRotation) { argument
2082 int delta = newRotation - oldRotation;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java651 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation) { argument
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1731 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation); argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java8259 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation) { argument
8265 if (oldRotation == mUpsideDownRotation || newRotation == mUpsideDownRotation) {
8274 int delta = newRotation - oldRotation;

Completed in 187 milliseconds