Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DIRotationWatcher.aidl24 void onRotationChanged(int rotation); in onRotationChanged() method
H A DWindowManagerGlobal.java781 public void onRotationChanged(int rotation) { in onRotationChanged() method in WindowManagerGlobal.ProposedRotationListenerDelegate
/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
H A DRotationChangeProvider.kt82 fun onRotationChanged(newRotation: Int) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/
H A DNaturalRotationUnfoldProgressProviderTest.kt124 private fun onRotationChanged(rotation: Int) { regex
/aosp14/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java194 static void onRotationChanged(int rotation) { in onRotationChanged() method in LegacySensorManager