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/wm/
DDisplayRotation.java76 private OrientationListener mOrientationListener; field in DisplayRotation
165 mOrientationListener = new OrientationListener(mContext, uiHandler); in DisplayRotation()
166 mOrientationListener.setCurrentRotation(displayContent.getRotation()); in DisplayRotation()
250 if (mOrientationListener != null) { in setRotation()
251 mOrientationListener.setCurrentRotation(rotation); in setRotation()
391 return mOrientationListener; in getOrientationListener()
420 if (mOrientationListener == null || !mOrientationListener.canDetectOrientation()) { in updateOrientationListenerLw()
434 + ", orientationSensorEnabled=" + mOrientationListener.mEnabled in updateOrientationListenerLw()
446 if (!mOrientationListener.mEnabled) { in updateOrientationListenerLw()
453 mOrientationListener.enable(true /* clearCurrentRotation */); in updateOrientationListenerLw()
[all …]