Searched refs:rotationButton (Results 1 – 4 of 4) sorted by relevance
57 RotationButton rotationButton = mock(RotationButton.class); in setup() local60 mRotationButtonController.setRotationButton(rotationButton, null); in setup()64 doReturn(view).when(rotationButton).getCurrentView(); in setup()65 doReturn(true).when(rotationButton).acceptRotationProposal(); in setup()
217 RotationButton rotationButton = new RotationButtonImpl( in init() local220 rotationButton.hide(); in init()221 mControllers.rotationButtonController.setRotationButton(rotationButton, null); in init()
176 public void setRotationButton(RotationButton rotationButton, in setRotationButton() argument178 mRotationButton = rotationButton; in setRotationButton()
935 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal() local942 + ", isRotateButtonVisible=" + rotationButton.isVisible()); in onRotationProposal()