Searched refs:onRotationProposal (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarRotationContextTest.java | 73 mRotationButtonController.onRotationProposal(DEFAULT_ROTATE, DEFAULT_ROTATE + 1, in testOnInvalidRotationProposal() 81 mRotationButtonController.onRotationProposal(DEFAULT_ROTATE, DEFAULT_ROTATE, in testOnSameRotationProposal() 97 mRotationButtonController.onRotationProposal(DEFAULT_ROTATE, DEFAULT_ROTATE + 1, in testOnRotationProposalShowButtonShowNav() 120 mRotationButtonController.onRotationProposal(DEFAULT_ROTATE, DEFAULT_ROTATE + 1, in testOnRotationProposalShowButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | RotationButtonController.java | 251 void onRotationProposal(int rotation, int windowRotation, boolean isValid) { in onRotationProposal() method in RotationButtonController
|
D | NavigationBarFragment.java | 479 public void onRotationProposal(final int rotation, boolean isValid) { in onRotationProposal() method in NavigationBarFragment 500 rotationButtonController.onRotationProposal(rotation, winRotation, isValid); in onRotationProposal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 272 default void onRotationProposal(int rotation, boolean isValid) { } in onRotationProposal() method 1025 mCallbacks.get(i).onRotationProposal(msg.arg1, msg.arg2 != 0); in handleMessage()
|