Searched refs:BUTTON_IDS (Results 1 – 1 of 1) sorted by relevance
60 private static final int[] BUTTON_IDS = field in DialpadView162 for (int i = 0; i < BUTTON_IDS.length; i++) { in setupKeypad()163 DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[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()291 int delay = (int) (getKeyButtonAnimationDelay(BUTTON_IDS[i]) * DELAY_MULTIPLIER); in animateShow()292 int duration = (int) (getKeyButtonAnimationDuration(BUTTON_IDS[i]) * DURATION_MULTIPLIER); in animateShow()293 final DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in animateShow()[all …]