Searched refs:onProposedRotationChanged (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
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);
|
D | DisplayRotation.java | 1576 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/ |
D | StatusBarManagerInternal.java | 163 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
|
D | StatusBarManagerService.java | 670 public void onProposedRotationChanged(int rotation, boolean isValid) { 673 mBar.onProposedRotationChanged(rotation, isValid);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowOrientationListenerTest.java | 202 public void onProposedRotationChanged(int rotation) { in onProposedRotationChanged() method in WindowOrientationListenerTest.TestableWindowOrientationListener
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 147 void onProposedRotationChanged(int rotation, boolean isValid); in onProposedRotationChanged() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayRotationTests.java | 680 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/ |
D | CommandQueue.java | 1060 public void onProposedRotationChanged(int rotation, boolean isValid) { in onProposedRotationChanged() method in CommandQueue
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 82297 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->onProposedRotationChanged(IZ)V 82387 Lcom/android/internal/statusbar/IStatusBar;->onProposedRotationChanged(IZ)V
|