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

  /packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java 17 package com.android.dialer.dialpad;
LatinSmartDialMap.java 1 package com.android.dialer.dialpad;
SmartDialMap.java 1 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
SmartDialMatchPosition.java 17 package com.android.dialer.dialpad;
PseudoEmergencyAnimator.java 17 package com.android.dialer.dialpad;
SmartDialCursorLoader.java 17 package com.android.dialer.dialpad;
SmartDialNameMatcher.java 17 package com.android.dialer.dialpad;
22 import com.android.dialer.dialpad.SmartDialPrefix.PhoneNumberTokens;
SmartDialPrefix.java 17 package com.android.dialer.dialpad;
67 /** Dialpad mapping. */
142 /** Converts a character into the number on dialpad that represents the character.*/
DialpadFragment.java 17 package com.android.dialer.dialpad;
89 import com.android.phone.common.dialpad.DialpadKeyButton;
90 import com.android.phone.common.dialpad.DialpadView;
96 * Fragment that displays a twelve-key phone dialpad.
143 * Notifies the parent activity that the space above the dialpad has been tapped with
144 * no query in the dialpad present. In most situations this will cause the dialpad to
152 // This is the amount of screen the dialpad fragment takes up when fully displayed
189 * Set of dialpad keys that are currently being pressed
235 * "dialpad chooser" if the phone becomes idle while th
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
UnicodeDialerKeyListenerTest.java 17 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 \
DialpadFragmentInstrumentationTest.java 1 package com.android.dialer.dialpad;
DialpadFragmentTest.java 17 package com.android.dialer.dialpad;
SmartDialNameMatcherTest.java 17 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/
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 263 milliseconds