HomeSort by relevance Sort by last modified time
    Searched full:oldproposedrotation (Results 1 - 1 of 1) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 436 int oldProposedRotation;
590 oldProposedRotation = mProposedRotation;
618 if (proposedRotation != oldProposedRotation && proposedRotation >= 0) {
621 + ", oldProposedRotation=" + oldProposedRotation);
    [all...]

Completed in 943 milliseconds