Searched refs:mCurrentRotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DWindowOrientationListener.java60 private int mCurrentRotation = -1; field in class:WindowOrientationListener
145 mCurrentRotation = rotation;
192 pw.println(prefix + "mCurrentRotation=" + mCurrentRotation);
598 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation
645 final int currentRotation = mCurrentRotation;

Completed in 792 milliseconds