Searched refs:RotationButton (Results 1 – 7 of 7) sorted by relevance
35 import com.android.systemui.shared.rotation.RotationButton;57 private RotationButton mRotationButton;67 mRotationButton = mock(RotationButton.class); in setup()78 new RotationButton.RotationButtonUpdatesCallback() { in setup()
24 import com.android.systemui.shared.rotation.RotationButton;28 public class RotationContextButton extends ContextualButton implements RotationButton {
27 public interface RotationButton { interface
66 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;95 private RotationButton mRotationButton;191 public void setRotationButton(RotationButton rotationButton, in setRotationButton()588 public RotationButton getRotationButton() { in getRotationButton()
46 public class FloatingRotationButton implements RotationButton {
140 import com.android.systemui.shared.rotation.RotationButton;1104 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal()
79 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;