HomeSort by relevance Sort by last modified time
    Searched full:dialpad (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/apps/Dialer/src/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
DialpadFragment.java 17 package com.android.dialer.dialpad;
99 * Fragment that displays a twelve-key phone dialpad.
146 * problems with accessibility due to the dialpad overlaying other fragments.
174 // This is the amount of screen the dialpad fragment takes up when fully displayed
210 * Set of dialpad keys that are currently being pressed
258 * "dialpad chooser" if the phone becomes idle while the
266 // Log.i(TAG, "Call ended with dialpad chooser visible! Taking it down...");
268 // dialpad chooser could conceivably disappear (on its
271 // least that's better than leaving the dialpad chooser
327 // When DTMF dialpad buttons are being pressed, we delay SpecialCharSequencMgr sequence
    [all...]
DialpadKeyButton.java 17 package com.android.dialer.dialpad;
31 * Custom class for dialpad buttons.
DigitsEditText.java 17 package com.android.dialer.dialpad;
UnicodeDialerKeyListener.java 17 package com.android.dialer.dialpad;
  /packages/apps/DeskClock/res/layout/
three_keys_view.xml 27 style="@style/dialpad"
35 style="@style/dialpad"
43 style="@style/dialpad"
  /packages/apps/Dialer/res/layout/
dialpad_key.xml 17 <!-- A layout representing a single key in the dialpad -->
18 <com.android.dialer.dialpad.DialpadKeyButton
45 </com.android.dialer.dialpad.DialpadKeyButton
dialpad.xml 17 <!-- Dialpad in the Phone app. -->
20 android:id="@+id/dialpad"
35 <com.android.dialer.dialpad.DialpadKeyButton
61 </com.android.dialer.dialpad.DialpadKeyButton>
85 <com.android.dialer.dialpad.DialpadKeyButton
100 </com.android.dialer.dialpad.DialpadKeyButton>
102 <com.android.dialer.dialpad.DialpadKeyButton
117 </com.android.dialer.dialpad.DialpadKeyButton>
dialpad_fragment.xml 16 <view class="com.android.dialer.dialpad.DialpadFragment$DialpadSlidingLinearLayout"
26 <view class="com.android.dialer.dialpad.DialpadFragment$HoverIgnoringLinearLayout"
48 <com.android.dialer.dialpad.DigitsEditText
77 <include layout="@layout/dialpad" />
116 <!-- "Dialpad chooser" UI, shown only when the user brings up the
119 (the textfield/button and the dialpad) are hidden. -->
dialpad_chooser_list_item.xml 17 <!-- Layout of a single item in the Dialer's "Dialpad chooser" UI. -->
  /packages/apps/Dialer/res/values/
colors.xml 46 <!-- Background color of new dialpad -->
49 <!-- Primary color of dialpad text, including the call button -->
51 <!-- Secondary color of dialpad text (used for the letters corresponding to each digit -->
dimens.xml 19 <!-- Height of edit text in dialpad fragment -->
47 <!-- Layout weight values for dialpad screen. These layouts will be used in one
48 LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical
53 <!-- Text dimensions for dialpad keys -->
donottranslate_config.xml 33 <!-- Regular expression for prohibiting certain phone numbers in dialpad.
  /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 \
  /packages/apps/Dialer/src/com/android/dialer/list/
SmartDialNumberListAdapter.java 30 import com.android.dialer.dialpad.SmartDialCursorLoader;
31 import com.android.dialer.dialpad.SmartDialNameMatcher;
32 import com.android.dialer.dialpad.SmartDialPrefix;
33 import com.android.dialer.dialpad.SmartDialMatchPosition;
  /packages/apps/InCallUI/res/drawable/
btn_compound_dialpad.xml 17 <!-- Layers used to render the in-call "Dialpad" compound button. -->
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 61 import com.android.dialer.dialpad.DialpadFragment;
62 import com.android.dialer.dialpad.SmartDialNameMatcher;
63 import com.android.dialer.dialpad.SmartDialPrefix;
103 private static final String TAG_DIALPAD_FRAGMENT = "dialpad";
125 * Fragment containing the dialpad that slides into view
135 * Fragment for searching phone numbers using the dialpad.
144 // Padding view used to shift the fragments up when the dialpad is shown.
154 * True if the dialpad is only temporarily showing due to being in call
288 // Add the favorites fragment, and the dialpad fragment, but only if savedInstanceState
424 // Reset the boolean flag that tracks whether the dialpad was up becaus
    [all...]
  /packages/services/Telephony/res/layout/
dialpad.xml 17 <!-- The grid of buttons used in the onscreen DTMF dialpad;
21 android:id="@+id/dialpad"
emergency_dialer.xml 61 <include layout="@layout/dialpad" />
68 <!-- In usual dialpad we set some padding between this button and the
otacall_card.xml 30 - DTMF dialpad
110 <!-- DTMF dialpad -->
122 attached to the dialpad. -->
125 <include layout="@layout/dialpad" />
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 49 * The DTMF dialpad may or may not be visible initially, depending on
58 * DTMF dialpad should be initially visible when the InCallScreen
61 * @param showDialpad if true, make the dialpad visible initially,
62 * otherwise hide the dialpad initially.
  /packages/apps/InCallUI/res/values/
colors.xml 47 <!-- Dialpad background -->
dimens.xml 71 <!-- Dimensions for Emergency Dialer and dialpad inside the in-call screen -->
82 <!-- Layout weight values for dialpad screen. These layouts will be used in one
83 LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical
  /packages/apps/Settings/src/com/android/settings/
EditPinPreference.java 28 * TODO: Add a soft dialpad for PIN entry.
  /packages/services/Telephony/res/values/
dimens.xml 68 <!-- Dimensions for Emergency Dialer and dialpad inside the in-call screen -->
79 <!-- Layout weight values for dialpad screen. These layouts will be used in one
80 LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical

Completed in 967 milliseconds

1 2 3