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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1027 MyOrientationListener mOrientationListener; field in class:PhoneWindowManager
1144 if (!mOrientationListener.canDetectOrientation()) {
1171 mOrientationListener.enable(true /* clearCurrentRotation */);
1179 mOrientationListener.disable();
1911 mOrientationListener = new MyOrientationListener(mContext, mHandler);
1913 mOrientationListener.setCurrentRotation(windowManager.getDefaultDisplayRotation());
2082 mOrientationListener.onTouchStart();
2086 mOrientationListener.onTouchEnd();
7091 int sensorRotation = mOrientationListener.getProposedRotation(); // may be -1
7266 mOrientationListener
[all...]

Completed in 124 milliseconds