Home
last modified time | relevance | path

Searched defs:onRotationChanged (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DIRotationWatcher.aidl24 void onRotationChanged(int rotation); in onRotationChanged() method
DWindowManagerGlobal.java812 public void onRotationChanged(int rotation) { in onRotationChanged() method in WindowManagerGlobal.ProposedRotationListenerDelegate
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/
DNaturalRotationUnfoldProgressProviderTest.kt128 private fun onRotationChanged(rotation: Int) { in onRotationChanged() method in com.android.systemui.unfold.util.NaturalRotationUnfoldProgressProviderTest
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DRotationChangeProvider.kt94 @AnyThread fun onRotationChanged(newRotation: Int) in interface() method
DDeviceFoldStateProvider.kt220 override fun onRotationChanged(newRotation: Int) { in onRotationChanged() method in com.android.systemui.unfold.updates.FoldRotationListener
/frameworks/base/core/java/android/hardware/
DLegacySensorManager.java194 static void onRotationChanged(int rotation) { in onRotationChanged() method in LegacySensorManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFullscreenLightRevealAnimation.kt240 override fun onRotationChanged(newRotation: Int) { in onRotationChanged() method in com.android.systemui.unfold.FullscreenLightRevealAnimationController.RotationWatcher