Home
last modified time | relevance | path

Searched refs:DialpadImageButton (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDialpadImageButton.java32 public class DialpadImageButton extends ImageButton { class
43 public DialpadImageButton(Context context, AttributeSet attrs) { in DialpadImageButton() method in DialpadImageButton
47 public DialpadImageButton(Context context, AttributeSet attrs, int defStyle) { in DialpadImageButton() method in DialpadImageButton
DDialpadFragment.java89 DialpadImageButton.OnPressedListener {
479 ((DialpadImageButton) fragmentView.findViewById(id)).setOnPressedListener(this); in setupKeypad()