Searched refs:acceptRotationProposal (Results 1 – 4 of 4) sorted by relevance
39 default boolean acceptRotationProposal() { in acceptRotationProposal() method
292 if (!mRotationButton.acceptRotationProposal() || (!mHomeRotationEnabled in onRotationProposal()
82 public boolean acceptRotationProposal() { in acceptRotationProposal() method in RotationContextButton
71 doReturn(true).when(mRotationButton).acceptRotationProposal(); in setup()