Searched refs:RotationButton (Results 1 – 9 of 9) 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()
34 import com.android.systemui.shared.rotation.RotationButton;57 RotationButton rotationButton = mock(RotationButton.class); in setup()
24 import com.android.systemui.shared.rotation.RotationButton;28 public class RotationContextButton extends ContextualButton implements RotationButton {
54 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;82 private RotationButton mRotationButton;176 public void setRotationButton(RotationButton rotationButton, in setRotationButton()449 public RotationButton getRotationButton() { in getRotationButton()
27 public interface RotationButton { interface
45 public class FloatingRotationButton implements RotationButton {
66 import com.android.systemui.shared.rotation.RotationButton;217 RotationButton rotationButton = new RotationButtonImpl( in init()486 private class RotationButtonListener implements RotationButton.RotationButtonUpdatesCallback {498 private class RotationButtonImpl implements RotationButton {
128 import com.android.systemui.shared.rotation.RotationButton;935 final RotationButton rotationButton = rotationButtonController.getRotationButton(); in onRotationProposal()
82 import com.android.systemui.shared.rotation.RotationButton.RotationButtonUpdatesCallback;