Searched refs:DialpadKeyButton (Results 1 – 7 of 7) sorted by relevance
163 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 …]
47 public class DialpadKeyButton extends FrameLayout { class66 public DialpadKeyButton(Context context, AttributeSet attrs) { in DialpadKeyButton() method in DialpadKeyButton71 public DialpadKeyButton(Context context, AttributeSet attrs, int defStyle) { in DialpadKeyButton() method in DialpadKeyButton
119 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()
35 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()
149 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()
46 public class DialpadKeyButton extends FrameLayout { class84 public DialpadKeyButton(Context context, AttributeSet attrs) { in DialpadKeyButton() method in DialpadKeyButton89 public DialpadKeyButton(Context context, AttributeSet attrs, int defStyle) { in DialpadKeyButton() method in DialpadKeyButton
72 import com.android.phone.common.dialpad.DialpadKeyButton;99 DialpadKeyButton.OnPressedListener,418 final DialpadKeyButton key = (DialpadKeyButton) findViewById(id); in setupKeypad()