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

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java216 private final WindowOrientationListener mOrientationListener; field in class:WindowOrientationListener.SensorEventListenerImpl
365 mOrientationListener = orientationListener;
521 Slog.v(TAG, "Result: currentRotation=" + mOrientationListener.mCurrentRotation
544 mOrientationListener.onProposedRotationChanged(mProposedRotation);
566 final int currentRotation = mOrientationListener.mCurrentRotation;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java566 MyOrientationListener mOrientationListener; field in class:PhoneWindowManager
625 if (!mOrientationListener.canDetectOrientation()) {
640 mOrientationListener.enable();
648 mOrientationListener.disable();
859 mOrientationListener = new MyOrientationListener(mContext);
861 mOrientationListener.setCurrentRotation(windowManager.getRotation());
3946 int sensorRotation = mOrientationListener.getProposedRotation(); // may be -1
4091 mOrientationListener.setCurrentRotation(rotation);

Completed in 62 milliseconds