HomeSort by relevance Sort by last modified time
    Searched defs:dialpad (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/dialpad/
UnicodeDialerKeyListener.java 17 package com.android.dialer.app.dialpad;
PseudoEmergencyAnimator.java 17 package com.android.dialer.app.dialpad;
SmartDialCursorLoader.java 17 package com.android.dialer.app.dialpad;
DialpadFragment.java 17 package com.android.dialer.app.dialpad;
95 /** Fragment that displays a twelve-key phone dialpad. */
134 /** Set of dialpad keys that are currently being pressed */
300 // When DTMF dialpad buttons are being pressed, we delay SpecialCharSequenceMgr sequence,
404 // Set up the "dialpad chooser" UI; see showDialpadChooser().
486 * Checks the given Intent and changes dialpad's UI state. For example, if the Intent requires the
512 // Be sure *not* to show the dialpad chooser if this is an
519 // In this case, we want to show the dialpad with the phone number.
632 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume");
657 // A sanity-check: the "dialpad chooser" UI should not be visible if the phone is idle
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DigitsEditText.java 17 package com.android.phone.common.dialpad;
DialpadTextView.java 17 package com.android.phone.common.dialpad;
28 * dialpad. TextView has built in top/bottom padding to help account for ascenders/descenders.
30 * Since vertical space is at a premium on the dialpad, particularly if the font size is scaled to
31 * a larger default, for the dialpad we use this class to more precisely render characters according
DialpadKeyButton.java 17 package com.android.phone.common.dialpad;
32 * Custom class for dialpad buttons.
DialpadView.java 17 package com.android.phone.common.dialpad;
51 * View that displays a twelve-key phone dialpad.
60 * {@code True} if the dialpad is in landscape orientation.
65 * {@code True} if the dialpad is showing in a right-to-left locale.
100 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Dialpad);
155 // We translate dialpad numbers only for "fa" and not any other locale
270 * the dialpad overlaying other fragments.
320 * Get the animation delay for the buttons, taking into account whether the dialpad is in
408 * Get the button animation duration, taking into account whether the dialpad is in landscape

Completed in 76 milliseconds