Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java885 MyOrientationListener mOrientationListener; field in PhoneWindowManager
970 if (!mOrientationListener.canDetectOrientation()) { in updateOrientationListenerLp()
990 mOrientationListener.enable(); in updateOrientationListenerLp()
998 mOrientationListener.disable(); in updateOrientationListenerLp()
1553 mOrientationListener = new MyOrientationListener(mContext, mHandler); in init()
1555 mOrientationListener.setCurrentRotation(windowManager.getRotation()); in init()
1709 mOrientationListener.onTouchStart(); in init()
1713 mOrientationListener.onTouchEnd(); in init()
6476 int sensorRotation = mOrientationListener.getProposedRotation(); // may be -1 in rotationForOrientationLw()
6645 mOrientationListener.setCurrentRotation(rotation); in setRotationLw()
[all …]