Home
last modified time | relevance | path

Searched refs:onRotationChanged (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/
H A DNaturalRotationUnfoldProgressProviderTest.kt68 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 DRotationChangeProvider.kt82 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 DRotationChangeProviderTest.kt70 verify(listener).onRotationChanged(42)
76 verify(listener).onRotationChanged(42)
H A DDeviceFoldStateProviderTest.kt576 rotationListener.value.onRotationChanged(1)
587 rotationListener.value.onRotationChanged(1)
/aosp14/frameworks/base/core/java/android/view/
H A DIRotationWatcher.aidl24 void onRotationChanged(int rotation); in onRotationChanged() method
H A DWindowManagerGlobal.java708 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 DLegacySensorManager.java59 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 DNaturalRotationUnfoldProgressProvider.kt42 context.display?.rotation?.let { rotationListener.onRotationChanged(it) }
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java208 mWatcher.onRotationChanged(rotation); in notifyRotation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt340 override fun onRotationChanged(newRotation: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java157 public void onRotationChanged(final int rotation) {
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java147 public void onRotationChanged(final int rotation) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java823 public void onRotationChanged(int rotation) { in testProposedRotationListener()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3688 public void onRotationChanged(int rotation) throws RemoteException {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21024 Landroid/hardware/LegacySensorManager;->onRotationChanged(I)V
60762 Landroid/view/IRotationWatcher$Stub$Proxy;->onRotationChanged(I)V