Searched refs:mOrientationListener (Results 1 – 3 of 3) sorted by relevance
134 private OrientationListener mOrientationListener; field in DisplayRotation301 mOrientationListener = in DisplayRotation()447 if (mOrientationListener != null) { in applyCurrentRotation()1018 return mOrientationListener; in getOrientationListener()1071 if (mOrientationListener == null || !mOrientationListener.canDetectOrientation()) { in updateOrientationListenerLw()1104 if (!mOrientationListener.mEnabled) { in updateOrientationListenerLw()1105 mOrientationListener.enable(); in updateOrientationListenerLw()1111 mOrientationListener.disable(); in updateOrientationListenerLw()1226 int sensorRotation = mOrientationListener != null in rotationForOrientation()1666 if (mOrientationListener != null) { in dump()[all …]
172 @VisibleForTesting @NonNull final BiometricDisplayListener mOrientationListener; field in UdfpsController906 mOrientationListener = new BiometricDisplayListener( in UdfpsController()992 mOrientationListener.enable(); in showUdfpsOverlay()1019 mOrientationListener.disable(); in hideUdfpsOverlay()
165 @VisibleForTesting @NonNull final BiometricDisplayListener mOrientationListener; field in AuthController804 mOrientationListener = new BiometricDisplayListener( in AuthController()906 mOrientationListener.enable(); in start()