Home
last modified time | relevance | path

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

/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java80 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three, field in DialpadView
163 for (int i = 0; i < mButtonIds.length; i++) { in setupKeypad()
164 dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]); in setupKeypad()
170 if (mButtonIds[i] == R.id.pound) { in setupKeypad()
173 } else if (mButtonIds[i] == R.id.star) { in setupKeypad()
282 for (int i = 0; i < mButtonIds.length; i++) { in animateShow()
283 int delay = (int)(getKeyButtonAnimationDelay(mButtonIds[i]) * DELAY_MULTIPLIER); in animateShow()
285 (int)(getKeyButtonAnimationDuration(mButtonIds[i]) * DURATION_MULTIPLIER); in animateShow()
286 final DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]); in animateShow()