Searched refs:mShowDialpadButton (Results 1 – 1 of 1) sorted by relevance
98 private CompoundButton mShowDialpadButton; field in CallButtonFragment154 mShowDialpadButton = (CompoundButton) parent.findViewById(R.id.dialpadButton); in onCreateView()155 mShowDialpadButton.setOnClickListener(this); in onCreateView()217 getPresenter().showDialpadClicked(!mShowDialpadButton.isSelected()); in onClick()254 mShowDialpadButton, in updateColors()355 mShowDialpadButton.setEnabled(isEnabled); in setEnabled()387 return mShowDialpadButton; in getButtonById()794 mShowDialpadButton.setSelected(value); in displayDialpad()795 mShowDialpadButton.setContentDescription(getContext().getString( in displayDialpad()