Home
last modified time | relevance | path

Searched refs:RotationContextButton (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DRotationContextButton.java28 public class RotationContextButton extends ContextualButton implements RotationButton { class
36 public RotationContextButton(@IdRes int buttonResId, Context lightContext, in RotationContextButton() method in RotationContextButton
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java76 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()
H A DNavigationBar.java121 import com.android.systemui.navigationbar.buttons.RotationContextButton;
937 if (RotationContextButton.DEBUG_ROTATION) { in onRotationProposal()