Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java134 private OrientationListener mOrientationListener; field in DisplayRotation
301 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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java172 @VisibleForTesting @NonNull final BiometricDisplayListener mOrientationListener; field in UdfpsController
906 mOrientationListener = new BiometricDisplayListener( in UdfpsController()
992 mOrientationListener.enable(); in showUdfpsOverlay()
1019 mOrientationListener.disable(); in hideUdfpsOverlay()
H A DAuthController.java165 @VisibleForTesting @NonNull final BiometricDisplayListener mOrientationListener; field in AuthController
804 mOrientationListener = new BiometricDisplayListener( in AuthController()
906 mOrientationListener.enable(); in start()