Home
last modified time | relevance | path

Searched refs:ContextualButton (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarContextTest.java58 private ContextualButton mBtn0;
59 private ContextualButton mBtn1;
60 private ContextualButton mBtn2;
67 mBtn0 = new ContextualButton(BUTTON_0_ID, ICON_RES_ID); in setup()
68 mBtn1 = new ContextualButton(BUTTON_1_ID, ICON_RES_ID); in setup()
69 mBtn2 = new ContextualButton(BUTTON_2_ID, ICON_RES_ID); in setup()
184 final ContextualButton button = spy(mBtn0); in testUpdateIconsDarkIntensity()
203 private void showButton(ContextualButton button) { in showButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DContextualButtonGroup.java43 public void addButton(@NonNull ContextualButton button) { in addButton()
48 public ContextualButton getContextButton(@IdRes int buttonResId) { in getContextButton()
56 public ContextualButton getVisibleContextButton() { in getVisibleContextButton()
149 ContextualButton button;
152 ButtonData(ContextualButton button) { in ButtonData()
DContextualButton.java32 public class ContextualButton extends ButtonDispatcher { class
45 public ContextualButton(@IdRes int buttonResId, @DrawableRes int iconResId) { in ContextualButton() method in ContextualButton
134 void onVisibilityChanged(ContextualButton button, boolean visible); in onVisibilityChanged()
DRotationContextButton.java30 public class RotationContextButton extends ContextualButton implements
DNavigationBarView.java290 final ContextualButton imeSwitcherButton = new ContextualButton(R.id.ime_switcher, in NavigationBarView()
294 final ContextualButton accessibilityButton = in NavigationBarView()
295 new ContextualButton(R.id.accessibility_button, in NavigationBarView()
DNavigationBarFragment.java126 import com.android.systemui.statusbar.phone.ContextualButton.ContextButtonListener;