Searched defs:dialpad (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DLatinSmartDialMap.java1 package com.android.dialer.dialpad;
H A DSmartDialMap.java1 package com.android.dialer.dialpad;
14 * Returns true if the provided character can be mapped to a key on the dialpad
19 * Returns true if the provided character is a letter, and can be mapped to a key on the dialpad
24 * Returns true if the provided character is a digit, and can be mapped to a key on the dialpad
29 * Get the index of the key on the dialpad which the character corresponds to
34 * Get the actual numeric character on the dialpad which the character corresponds to
H A DSmartDialMatchPosition.java17 package com.android.dialer.dialpad;
H A DUnicodeDialerKeyListener.java17 package com.android.dialer.dialpad;
H A DSmartDialCursorLoader.java17 package com.android.dialer.dialpad;
H A DSmartDialNameMatcher.java17 package com.android.dialer.dialpad;
21 import com.android.dialer.dialpad.SmartDialPrefix.PhoneNumberTokens;
H A DSmartDialPrefix.java17 package com.android.dialer.dialpad;
142 /** Converts a character into the number on dialpad that represents the character.*/
H A DDialpadFragment.java17 package com.android.dialer.dialpad;
84 import com.android.phone.common.dialpad.DialpadKeyButton;
85 import com.android.phone.common.dialpad.DialpadView;
92 * Fragment that displays a twelve-key phone dialpad.
139 // This is the amount of screen the dialpad fragment takes up when fully displayed
175 * Set of dialpad keys that are currently being pressed
221 * "dialpad chooser" if the phone becomes idle while the
229 // Log.i(TAG, "Call ended with dialpad chooser visible! Taking it down...");
231 // dialpad chooser could conceivably disappear (on its
234 // least that's better than leaving the dialpad choose
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
H A DDialpadFragmentTest.java17 package com.android.dialer.dialpad;
H A DUnicodeDialerKeyListenerTest.java17 package com.android.dialer.dialpad;
21 import com.android.dialer.dialpad.UnicodeDialerKeyListener;
27 * adb shell am instrument -w -e class com.android.contacts.dialpad.UnicodeDialerKeyListenerTest \
H A DSmartDialNameMatcherTest.java17 package com.android.dialer.dialpad;
24 import com.android.dialer.dialpad.SmartDialNameMatcher;
25 import com.android.dialer.dialpad.SmartDialPrefix;
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadTextView.java17 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
H A DDigitsEditText.java17 package com.android.phone.common.dialpad;
H A DDialpadView.java17 package com.android.phone.common.dialpad;
43 * View that displays a twelve-key phone dialpad.
52 * {@code True} if the dialpad is in landscape orientation.
57 * {@code True} if the dialpad is showing in a right-to-left locale.
193 * the dialpad overlaying other fragments.
243 * Get the animation delay for the buttons, taking into account whether the dialpad is in
307 * Get the button animation duration, taking into account whether the dialpad is in landscape
H A DDialpadKeyButton.java17 package com.android.phone.common.dialpad;
32 * Custom class for dialpad buttons.

Completed in 279 milliseconds