Searched refs:ContextualButton (Results 1 – 6 of 6) sorted by relevance
57 private ContextualButton mBtn0;58 private ContextualButton mBtn1;59 private ContextualButton mBtn2;64 mBtn0 = new ContextualButton(BUTTON_0_ID, ICON_RES_ID); in setup()65 mBtn1 = new ContextualButton(BUTTON_1_ID, ICON_RES_ID); in setup()66 mBtn2 = new ContextualButton(BUTTON_2_ID, ICON_RES_ID); in setup()181 final ContextualButton button = spy(mBtn0); in testUpdateIconsDarkIntensity()200 private void showButton(ContextualButton button) { in showButton()
43 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()
32 public class ContextualButton extends ButtonDispatcher { class45 public ContextualButton(@IdRes int buttonResId, @DrawableRes int iconResId) { in ContextualButton() method in ContextualButton134 void onVisibilityChanged(ContextualButton button, boolean visible); in onVisibilityChanged()
30 public class RotationContextButton extends ContextualButton implements
270 final ContextualButton imeSwitcherButton = new ContextualButton(R.id.ime_switcher, in NavigationBarView()274 final ContextualButton accessibilityButton = in NavigationBarView()275 new ContextualButton(R.id.accessibility_button, in NavigationBarView()290 final ContextualButton backButton = new ContextualButton(R.id.back, 0); in NavigationBarView()
104 import com.android.systemui.statusbar.phone.ContextualButton.ContextButtonListener;