Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
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);
DDisplayRotation.java1576 mStatusBarManagerInternal.onProposedRotationChanged(rotation, isValid); in sendProposedRotationChangeToStatusBarInternal()
1685 mOrientationListener.onProposedRotationChanged(mRotationChoiceShownToUserForConfirmation); in onSetRequestedOrientation()
2136 public void onProposedRotationChanged(@Surface.Rotation int rotation) {
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java163 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
DStatusBarManagerService.java670 public void onProposedRotationChanged(int rotation, boolean isValid) {
673 mBar.onProposedRotationChanged(rotation, isValid);
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowOrientationListenerTest.java202 public void onProposedRotationChanged(int rotation) { in onProposedRotationChanged() method in WindowOrientationListenerTest.TestableWindowOrientationListener
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl147 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java680 verify(mMockStatusBarManagerInternal).onProposedRotationChanged(Surface.ROTATION_90, true); in testNotifiesChoiceWhenSensorUpdates_RotationLocked()
700 verify(mMockStatusBarManagerInternal).onProposedRotationChanged(Surface.ROTATION_90, true); in testNotifiesChoiceWhenSensorUpdates_immersiveApp()
731 .onProposedRotationChanged(Surface.ROTATION_180, true); in testAllowAllRotations_allowsUpsideDownSuggestion()
749 .onProposedRotationChanged(Surface.ROTATION_180, false); in testDoNotAllowAllRotations_doesNotAllowUpsideDownSuggestion()
776 .onProposedRotationChanged(Surface.ROTATION_180, false); in testAllowAllRotations_allowAllRotationsBecomesDisabled_forbidsUpsideDownSuggestion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java1060 public void onProposedRotationChanged(int rotation, boolean isValid) { in onProposedRotationChanged() method in CommandQueue
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt82297 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->onProposedRotationChanged(IZ)V
82387 Lcom/android/internal/statusbar/IStatusBar;->onProposedRotationChanged(IZ)V