Home
last modified time | relevance | path

Searched refs:DialpadKeyButton (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java163 DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in setupKeypad()
232 final DialpadKeyButton one = (DialpadKeyButton) findViewById(R.id.one); in setupKeypad()
235 final DialpadKeyButton zero = (DialpadKeyButton) findViewById(R.id.zero); in setupKeypad()
293 final DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in animateShow()
550 DialpadKeyButton dialpadKeyButton = (DialpadKeyButton) findViewById(BUTTON_IDS[0]); in shouldAdjustKeyWidths()
556 dialpadKeyButton = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in shouldAdjustKeyWidths()
573 DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[0]); in shouldAdjustDigitKeyHeights()
580 dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in shouldAdjustDigitKeyHeights()
616 DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in adjustDigitKeyHeights()
622 DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in adjustDigitKeyHeights()
[all …]
DDialpadKeyButton.java47 public class DialpadKeyButton extends FrameLayout { class
66 public DialpadKeyButton(Context context, AttributeSet attrs) { in DialpadKeyButton() method in DialpadKeyButton
71 public DialpadKeyButton(Context context, AttributeSet attrs, int defStyle) { in DialpadKeyButton() method in DialpadKeyButton
DDialpadFragment.java119 DialpadKeyButton.OnPressedListener {
719 DialpadKeyButton dialpadKey; in configureKeypadListeners()
727 final DialpadKeyButton one = fragmentView.findViewById(R.id.one); in configureKeypadListeners()
731 final DialpadKeyButton zero = fragmentView.findViewById(R.id.zero); in configureKeypadListeners()
/packages/apps/Dialer/java/com/android/incallui/
DDialpadFragment.java35 import com.android.dialer.dialpadview.DialpadKeyButton;
36 import com.android.dialer.dialpadview.DialpadKeyButton.OnPressedListener;
179 DialpadKeyButton dialpadKey; in updateColors()
181 dialpadKey = (DialpadKeyButton) dialpadView.findViewById(buttonIds[i]); in updateColors()
255 DialpadKeyButton dialpadKey; in configureKeypadListeners()
257 dialpadKey = (DialpadKeyButton) dialpadView.findViewById(buttonIds[i]); in configureKeypadListeners()
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadView.java149 DialpadKeyButton dialpadKey; in setupKeypad()
164 dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]); in setupKeypad()
208 final DialpadKeyButton one = (DialpadKeyButton) findViewById(R.id.one); in setupKeypad()
212 final DialpadKeyButton zero = (DialpadKeyButton) findViewById(R.id.zero); in setupKeypad()
286 final DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]); in animateShow()
DDialpadKeyButton.java46 public class DialpadKeyButton extends FrameLayout { class
84 public DialpadKeyButton(Context context, AttributeSet attrs) { in DialpadKeyButton() method in DialpadKeyButton
89 public DialpadKeyButton(Context context, AttributeSet attrs, int defStyle) { in DialpadKeyButton() method in DialpadKeyButton
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java72 import com.android.phone.common.dialpad.DialpadKeyButton;
99 DialpadKeyButton.OnPressedListener,
418 final DialpadKeyButton key = (DialpadKeyButton) findViewById(id); in setupKeypad()