/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/ |
D | NaturalRotationUnfoldProgressProviderTest.kt | 68 onRotationChanged(Surface.ROTATION_0) in testNaturalRotation0_sendTransitionStartedEvent_eventReceived() 77 onRotationChanged(Surface.ROTATION_0) in testNaturalRotation0_sendTransitionProgressEvent_eventReceived() 86 onRotationChanged(Surface.ROTATION_90) in testNotNaturalRotation90_sendTransitionStartedEvent_eventNotReceived() 95 onRotationChanged(Surface.ROTATION_90) in testNaturalRotation90_sendTransitionProgressEvent_eventNotReceived() 104 onRotationChanged(Surface.ROTATION_0) in testRotationBecameUnnaturalDuringTransition_sendsTransitionFinishedEvent() 108 onRotationChanged(Surface.ROTATION_90) in testRotationBecameUnnaturalDuringTransition_sendsTransitionFinishedEvent() 115 onRotationChanged(Surface.ROTATION_90) in testRotationBecameNaturalDuringTransition_sendsTransitionStartedEvent() 119 onRotationChanged(Surface.ROTATION_0) in testRotationBecameNaturalDuringTransition_sendsTransitionStartedEvent() 124 private fun onRotationChanged(rotation: Int) { in onRotationChanged() method in com.android.systemui.unfold.util.NaturalRotationUnfoldProgressProviderTest 125 rotationListenerCaptor.value.onRotationChanged(rotation) in onRotationChanged()
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/ |
D | RotationChangeProvider.kt | 82 fun onRotationChanged(newRotation: Int) in interface() method 93 listeners.forEach { it.onRotationChanged(currentRotation) } in onDisplayChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/updates/ |
D | RotationChangeProviderTest.kt | 70 verify(listener).onRotationChanged(42) in onRotationChanged_rotationUpdated_listenerReceivesIt() 76 verify(listener).onRotationChanged(42) in onRotationChanged_subscribersRemoved_noRotationChangeReceived()
|
D | DeviceFoldStateProviderTest.kt | 545 rotationListener.value.onRotationChanged(1) in <lambda>() 556 rotationListener.value.onRotationChanged(1) in <lambda>()
|
/frameworks/base/core/java/android/view/ |
D | IRotationWatcher.aidl | 24 void onRotationChanged(int rotation); in onRotationChanged() method
|
/frameworks/base/core/java/android/hardware/ |
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
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/util/ |
D | NaturalRotationUnfoldProgressProvider.kt | 42 rotationListener.onRotationChanged(context.display.rotation) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | UnfoldLightRevealOverlayAnimation.kt | 339 override fun onRotationChanged(newRotation: Int) { in <lambda>() method in com.android.systemui.unfold.UnfoldLightRevealOverlayAnimation.RotationWatcher
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavBarHelper.java | 156 public void onRotationChanged(final int rotation) {
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
D | RotationButtonController.java | 138 public void onRotationChanged(final int rotation) {
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 3679 public void onRotationChanged(int rotation) throws RemoteException {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2153 rotationWatcher.mWatcher.onRotationChanged(rotation); in applyRotation()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21024 Landroid/hardware/LegacySensorManager;->onRotationChanged(I)V 60762 Landroid/view/IRotationWatcher$Stub$Proxy;->onRotationChanged(I)V
|