Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadView.java60 private static final int[] BUTTON_IDS = field in DialpadView
162 for (int i = 0; i < BUTTON_IDS.length; i++) { in setupKeypad()
168 if (BUTTON_IDS[i] == R.id.pound) { in setupKeypad()
171 } else if (BUTTON_IDS[i] == R.id.star) { in setupKeypad()
174 } else if (BUTTON_IDS[i] == R.id.zero) { in setupKeypad()
290 for (int i = 0; i < BUTTON_IDS.length; i++) { in animateShow()
555 for (int i = 1; i < BUTTON_IDS.length; i++) { in shouldAdjustKeyWidths()
556 dialpadKeyButton = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in shouldAdjustKeyWidths()
580 dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in shouldAdjustDigitKeyHeights()
656 for (int buttonId : BUTTON_IDS) { in adjustKeyWidths()
[all …]