Home
last modified time | relevance | path

Searched refs:onProposedRotationChanged (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java301 public abstract void onProposedRotationChanged(int rotation); in onProposedRotationChanged() method in WindowOrientationListener
878 onProposedRotationChanged(proposedRotation); in onSensorChanged()
1289 onProposedRotationChanged(newRotation); in finalizeRotation()
1352 onProposedRotationChanged(newRotation);
H A DDisplayRotation.java1540 mStatusBarManagerInternal.onProposedRotationChanged(rotation, isValid); in sendProposedRotationChangeToStatusBarInternal()
1649 mOrientationListener.onProposedRotationChanged(mRotationChoiceShownToUserForConfirmation); in onSetRequestedOrientation()
2058 public void onProposedRotationChanged(@Surface.Rotation int rotation) {
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java161 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
H A DStatusBarManagerService.java669 public void onProposedRotationChanged(int rotation, boolean isValid) {
672 mBar.onProposedRotationChanged(rotation, isValid);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java202 public void onProposedRotationChanged(int rotation) { in onProposedRotationChanged() method in WindowOrientationListenerTest.TestableWindowOrientationListener
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl146 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java603 verify(mMockStatusBarManagerInternal).onProposedRotationChanged(Surface.ROTATION_90, true); in testNotifiesChoiceWhenSensorUpdates_RotationLocked()
623 verify(mMockStatusBarManagerInternal).onProposedRotationChanged(Surface.ROTATION_90, true); in testNotifiesChoiceWhenSensorUpdates_immersiveApp()
653 .onProposedRotationChanged(Surface.ROTATION_180, true); in testAllowAllRotations_allowsUpsideDownSuggestion()
671 .onProposedRotationChanged(Surface.ROTATION_180, false); in testDoNotAllowAllRotations_doesNotAllowUpsideDownSuggestion()
698 .onProposedRotationChanged(Surface.ROTATION_180, false); in testAllowAllRotations_allowAllRotationsBecomesDisabled_forbidsUpsideDownSuggestion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java973 public void onProposedRotationChanged(int rotation, boolean isValid) { in onProposedRotationChanged() method in CommandQueue
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt82940 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->onProposedRotationChanged(IZ)V
83030 Lcom/android/internal/statusbar/IStatusBar;->onProposedRotationChanged(IZ)V