Searched refs:dialpadButton (Results 1 – 2 of 2) sorted by relevance
33 private final RttCheckableButton dialpadButton; field in RttOverflowMenu57 dialpadButton = view.findViewById(R.id.menu_keypad); in RttOverflowMenu()58 dialpadButton.setOnCheckedChangeListener(this); in RttOverflowMenu()79 } else if (button == dialpadButton) { in onCheckedChanged()107 dialpadButton.setChecked(isChecked); in setDialpadButtonChecked()
978 final View dialpadButton = findViewById(R.id.floating_action_button_dialpad); in setupEmergencyShortcutsView() local979 dialpadButton.setOnClickListener(this); in setupEmergencyShortcutsView()