HomeSort by relevance Sort by last modified time
    Searched refs:dialpadKey (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentInstrumentationTest.java 78 final View dialpadKey = findViewByDigit(digit, fragment);
83 fragment.onPressed(dialpadKey, true);
84 fragment.onPressed(dialpadKey, false);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
DialpadFragment.java 463 DialpadKeyButton dialpadKey;
465 dialpadKey = (DialpadKeyButton) mDialpadView.findViewById(mButtonIds[i]);
466 ((TextView) dialpadKey.findViewById(R.id.dialpad_key_number)).setTextColor(textColor);
554 DialpadKeyButton dialpadKey;
556 dialpadKey = (DialpadKeyButton) mDialpadView.findViewById(mButtonIds[i]);
557 dialpadKey.setOnTouchListener(this);
558 dialpadKey.setOnKeyListener(this);
559 dialpadKey.setOnHoverListener(this);
560 dialpadKey.setOnClickListener(this);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 149 DialpadKeyButton dialpadKey;
164 dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]);
165 numberView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_number);
166 lettersView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_letters);
200 dialpadKey.setContentDescription(numberContentDescription);
201 dialpadKey.setBackground(rippleBackground);
286 final DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]);
288 ViewPropertyAnimator animator = dialpadKey.animate();
292 dialpadKey.setTranslationX((mIsRtl ? -1 : 1) * mTranslateDistance);
296 dialpadKey.setTranslationY(mTranslateDistance)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 615 DialpadKeyButton dialpadKey;
618 dialpadKey = (DialpadKeyButton) fragmentView.findViewById(buttonIds[i]);
619 dialpadKey.setOnPressedListener(this);
    [all...]

Completed in 1638 milliseconds