Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java109 private OrientationListener mOrientationListener; field in DisplayRotation
261 mOrientationListener = new OrientationListener(mContext, uiHandler); in DisplayRotation()
262 mOrientationListener.setCurrentRotation(mRotation); in DisplayRotation()
353 if (mOrientationListener != null) { in applyCurrentRotation()
354 mOrientationListener.setCurrentRotation(rotation); in applyCurrentRotation()
939 return mOrientationListener; in getOrientationListener()
992 if (mOrientationListener == null || !mOrientationListener.canDetectOrientation()) { in updateOrientationListenerLw()
1008 screenOnEarly, awake, mCurrentAppOrientation, mOrientationListener.mEnabled, in updateOrientationListenerLw()
1020 && (awake || mOrientationListener.shouldStayEnabledWhileDreaming()) in updateOrientationListenerLw()
1025 if (!mOrientationListener.mEnabled) { in updateOrientationListenerLw()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DSidefpsController.java59 @VisibleForTesting @NonNull final BiometricOrientationEventListener mOrientationListener; field in SidefpsController
106 mOrientationListener = new BiometricOrientationEventListener( in SidefpsController()
143 mOrientationListener.enable(); in show()
156 mOrientationListener.disable(); in hide()
DAuthController.java112 @NonNull final BiometricOrientationEventListener mOrientationListener; field in AuthController
169 mOrientationListener.disable();
198 mOrientationListener.disable(); in handleTaskStackChanged()
439 mOrientationListener = new BiometricOrientationEventListener(context, in AuthController()
640 mOrientationListener.disable(); in hideAuthenticationDialog()
723 mOrientationListener.enable(); in showDialog()
733 mOrientationListener.disable(); in onDialogDismissed()
746 mOrientationListener.disable(); in onConfigurationChanged()
DUdfpsController.java128 @VisibleForTesting @NonNull final BiometricOrientationEventListener mOrientationListener; field in UdfpsController
554 mOrientationListener = new BiometricOrientationEventListener( in UdfpsController()
733 mOrientationListener.enable(); in showUdfpsOverlay()
830 mOrientationListener.disable(); in hideUdfpsOverlay()