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

/frameworks/base/media/java/android/media/
H A DAudioService.java515 private AudioOrientationEventListener mOrientationListener; field in class:AudioService
626 mOrientationListener = new AudioOrientationEventListener(mContext);
627 mOrientationListener.enable();
4875 mOrientationListener.onOrientationChanged(0); //argument is ignored anyway
4876 mOrientationListener.enable();
4882 mOrientationListener.disable();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java676 MyOrientationListener mOrientationListener; field in class:PhoneWindowManager
755 if (!mOrientationListener.canDetectOrientation()) {
770 mOrientationListener.enable();
778 mOrientationListener.disable();
976 mOrientationListener = new MyOrientationListener(mContext, mHandler);
978 mOrientationListener.setCurrentRotation(windowManager.getRotation());
5021 int sensorRotation = mOrientationListener.getProposedRotation(); // may be -1
5186 mOrientationListener.setCurrentRotation(rotation);
6080 if (mOrientationListener != null) {
6081 mOrientationListener
[all...]

Completed in 734 milliseconds