/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/ |
H A D | NaturalRotationUnfoldProgressProviderTest.kt | 68 onRotationChanged(Surface.ROTATION_0) 77 onRotationChanged(Surface.ROTATION_0) 86 onRotationChanged(Surface.ROTATION_90) 95 onRotationChanged(Surface.ROTATION_90) 104 onRotationChanged(Surface.ROTATION_0) 108 onRotationChanged(Surface.ROTATION_90) 115 onRotationChanged(Surface.ROTATION_90) 119 onRotationChanged(Surface.ROTATION_0) 124 private fun onRotationChanged(rotation: Int) { regex 125 rotationListenerCaptor.value.onRotationChanged(rotation)
|
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/ |
H A D | RotationChangeProvider.kt | 82 fun onRotationChanged(newRotation: Int) regex 93 listeners.forEach { it.onRotationChanged(currentRotation) }
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/updates/ |
H A D | RotationChangeProviderTest.kt | 70 verify(listener).onRotationChanged(42) 76 verify(listener).onRotationChanged(42)
|
H A D | DeviceFoldStateProviderTest.kt | 576 rotationListener.value.onRotationChanged(1) 587 rotationListener.value.onRotationChanged(1)
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IRotationWatcher.aidl | 24 void onRotationChanged(int rotation); in onRotationChanged() method
|
H A D | WindowManagerGlobal.java | 708 delegate.onRotationChanged(currentRotation); in registerProposedRotationListener() 781 public void onRotationChanged(int rotation) { in onRotationChanged() method in WindowManagerGlobal.ProposedRotationListenerDelegate
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | LegacySensorManager.java | 59 public void onRotationChanged(int rotation) { in LegacySensorManager() 60 LegacySensorManager.onRotationChanged(rotation); in LegacySensorManager() 194 static void onRotationChanged(int rotation) { in onRotationChanged() method in LegacySensorManager
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/util/ |
H A D | NaturalRotationUnfoldProgressProvider.kt | 42 context.display?.rotation?.let { rotationListener.onRotationChanged(it) }
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RotationWatcherController.java | 208 mWatcher.onRotationChanged(rotation); in notifyRotation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | UnfoldLightRevealOverlayAnimation.kt | 340 override fun onRotationChanged(newRotation: Int) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavBarHelper.java | 157 public void onRotationChanged(final int rotation) {
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
H A D | RotationButtonController.java | 147 public void onRotationChanged(final int rotation) {
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 823 public void onRotationChanged(int rotation) { in testProposedRotationListener()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 3688 public void onRotationChanged(int rotation) throws RemoteException {
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 21024 Landroid/hardware/LegacySensorManager;->onRotationChanged(I)V 60762 Landroid/view/IRotationWatcher$Stub$Proxy;->onRotationChanged(I)V
|