Searched refs:RotationContextButton (Results 1 – 3 of 3) sorted by relevance
28 public class RotationContextButton extends ContextualButton implements RotationButton { class36 public RotationContextButton(@IdRes int buttonResId, Context lightContext, in RotationContextButton() method in RotationContextButton
76 import com.android.systemui.navigationbar.buttons.RotationContextButton;167 private RotationContextButton mRotationContextButton;325 mRotationContextButton = new RotationContextButton(R.id.rotate_suggestion, in NavigationBarView()548 public RotationContextButton getRotateSuggestionButton() { in getRotateSuggestionButton()549 return (RotationContextButton) mButtonDispatchers.get(R.id.rotate_suggestion); in getRotateSuggestionButton()
121 import com.android.systemui.navigationbar.buttons.RotationContextButton;937 if (RotationContextButton.DEBUG_ROTATION) { in onRotationProposal()