Searched refs:onProposedRotationChanged (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrientationListener.java | 301 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 D | DisplayRotation.java | 1540 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 D | StatusBarManagerInternal.java | 161 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
|
H A D | StatusBarManagerService.java | 669 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 D | WindowOrientationListenerTest.java | 202 public void onProposedRotationChanged(int rotation) { in onProposedRotationChanged() method in WindowOrientationListenerTest.TestableWindowOrientationListener
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 146 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 603 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 D | CommandQueue.java | 973 public void onProposedRotationChanged(int rotation, boolean isValid) { in onProposedRotationChanged() method in CommandQueue
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 82940 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->onProposedRotationChanged(IZ)V 83030 Lcom/android/internal/statusbar/IStatusBar;->onProposedRotationChanged(IZ)V
|