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

  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 124 DialpadKeyButton dialpadKey;
129 dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]);
130 numberView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_number);
131 lettersView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_letters);
141 dialpadKey.setContentDescription(numberString);
142 dialpadKey.setBackground(rippleBackground);
209 final DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]);
211 ViewPropertyAnimator animator = dialpadKey.animate();
215 dialpadKey.setTranslationX((mIsRtl ? -1 : 1) * mTranslateDistance);
219 dialpadKey.setTranslationY(mTranslateDistance)
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
DialpadFragment.java 550 DialpadKeyButton dialpadKey;
552 dialpadKey = (DialpadKeyButton) fragmentView.findViewById(buttonIds[i]);
553 dialpadKey.setOnTouchListener(this);
554 dialpadKey.setOnKeyListener(this);
555 dialpadKey.setOnHoverListener(this);
556 dialpadKey.setOnClickListener(this);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 550 DialpadKeyButton dialpadKey;
553 dialpadKey = (DialpadKeyButton) fragmentView.findViewById(buttonIds[i]);
554 dialpadKey.setOnPressedListener(this);
    [all...]

Completed in 128 milliseconds