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

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java272 private WindowOrientationListener mOrientationListener; field in class:WindowOrientationListener.SensorEventListenerImpl
286 mOrientationListener = orientationListener;
329 mOrientationListener.onOrientationChanged(INTERNAL_TO_SURFACE_ROTATION[mRotation]);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java356 MyOrientationListener mOrientationListener; field in class:PhoneWindowManager
431 if (!mOrientationListener.canDetectOrientation()) {
446 mOrientationListener.enable();
454 mOrientationListener.disable();
540 mOrientationListener = new MyOrientationListener(mContext);
2086 mOrientationListener.setAllow180Rotation(
2090 mOrientationListener.setAllow180Rotation(
2095 mOrientationListener.setAllow180Rotation(
2109 return mOrientationListener.getCurrentRotation(lastRotation);
2117 int sensorRotation = mOrientationListener
[all...]

Completed in 54 milliseconds