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

1 2

  /packages/apps/Contacts/res/layout/
dialpad.xml 17 <!-- Dialpad in the Phone app. -->
20 android:id="@+id/dialpad"
34 <com.android.contacts.dialpad.DialpadImageButton
38 <com.android.contacts.dialpad.DialpadImageButton
42 <com.android.contacts.dialpad.DialpadImageButton
51 <com.android.contacts.dialpad.DialpadImageButton
55 <com.android.contacts.dialpad.DialpadImageButton
59 <com.android.contacts.dialpad.DialpadImageButton
68 <com.android.contacts.dialpad.DialpadImageButton
72 <com.android.contacts.dialpad.DialpadImageButto
    [all...]
dialpad_fragment.xml 36 <com.android.contacts.dialpad.DigitsEditText
60 <include layout="@layout/dialpad" />
88 <!-- "Dialpad chooser" UI, shown only when the user brings up the
91 (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/Contacts/src/com/android/contacts/dialpad/
DialpadImageButton.java 17 package com.android.contacts.dialpad;
26 * Custom {@link ImageButton} for dialpad buttons.
DialpadFragment.java 17 package com.android.contacts.dialpad;
82 * Fragment that displays a twelve-key phone dialpad.
121 * Remembers the number of dialpad buttons which are pressed at this moment.
172 * "dialpad chooser" if the phone becomes idle while the
180 // Log.i(TAG, "Call ended with dialpad chooser visible! Taking it down...");
182 // dialpad chooser could conceivably disappear (on its
185 // least that's better than leaving the dialpad chooser
223 // When DTMF dialpad buttons are being pressed, we delay SpecialCharSequencMgr sequence,
311 mDialpad = fragmentView.findViewById(R.id.dialpad); // This is null in landscape mode.
320 // Set up the "dialpad chooser" UI; see showDialpadChooser()
    [all...]
DigitsEditText.java 17 package com.android.contacts.dialpad;
  /packages/apps/Phone/res/layout/
dtmf_twelve_key_dialer_view.xml 17 <!-- Onscreen in-call DTMF dialpad. This element contains the grid of
18 DTMF buttons (dialpad.xml) along with a TextView showing
21 When the user presses the "Dialpad" button, this UI appears in the
64 <!-- The dialpad itself -->
65 <include layout="@layout/dialpad" />
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" />
incall_touch_ui.xml 44 <!-- DTMF dialpad shown in the upper part of the screen
79 Dialpad / Audio mode / Mute / Hold / Add call
106 <!-- "Dialpad" -->
incall_screen.xml 38 of the in-call screen, and also the DTMF dialpad (which, when
  /packages/apps/Phone/res/drawable/
btn_compound_dialpad.xml 17 <!-- Layers used to render the in-call "Dialpad" compound button. -->
  /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/Contacts/res/menu/
dialtacts_options.xml 23 <!-- This should come after the other menus in CallLog and Dialpad -->
  /packages/apps/Settings/src/com/android/settings/
EditPinPreference.java 28 * TODO: Add a soft dialpad for PIN entry.
  /packages/apps/Phone/res/values/
dimens.xml 68 <!-- Dimensions for Emergency Dialer and dialpad inside the in-call screen -->
75 <!-- Layout weight values for dialpad screen. These layouts will be used in one
76 LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 166 // "Dialpad": Enabled only when it's OK to use the dialpad in the
170 // Also keep track of whether the dialpad is currently "opened"
DTMFTwelveKeyDialer.java 123 * The DTMFTwelveKeyDialerView we use to display the dialpad.
144 // KeyListener used with the "dialpad digits" EditText widget.
155 * while the DTMF dialpad is up.
365 * @param dialerView the DTMFTwelveKeyDialerView we should use to display the dialpad.
419 // In the normal in-call DTMF dialpad, mDialpadDigits is an
469 // while the dialpad is up.
688 * Note: during the very early stage of "open" state, users may not see the dialpad yet because
690 * early stage of "closed" state (opposite of "open" state), users may still see the dialpad
809 * TODO: it might be more elegent if the dialpad itself could remember
835 * Set the context text (hint) to show in the dialpad Digits EditText
    [all...]
InCallUiState.java 45 * dialpad visible") and high-level modes (like InCallScreenMode) and error
134 * Is the onscreen twelve-key dialpad visible?
139 * The contents of the twelve-key dialpad's "digits" display, which is
140 * visible only when the dialpad itself is visible.
153 * start directly in the dialpad view.
InCallScreen.java 89 * Intent extra used to specify whether the DTMF dialpad should be
91 * extra is present, the dialpad will be initially shown if the extra
582 // Update the onscreen dialpad state to match the InCallUiState.
589 // Reset the dialpad context
590 // TODO: Dialpad digits should be set here as well (once they are saved)
    [all...]
SmallerHitTargetTouchListener.java 35 * this for "Dialpad" and/or "Add call" if those turn out to be a
  /packages/apps/Contacts/res/layout-land/
dialpad_fragment.xml 47 <!-- "Dialpad chooser" UI, shown only when the user brings up the
  /packages/apps/Contacts/res/values/
dimens.xml 163 <!-- Height of edit text in dialpad fragment -->
230 <!-- Layout weight values for dialpad screen. These layouts will be used in one
231 LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical
  /frameworks/base/docs/html/about/versions/
android-1.1.jd 151 <li>Single tap no longer opens the in-call dialpad; users now need to
184 <li>Dialer: Adds a "Show dialpad" / "Hide dialpad" item to the in-call
185 menu, to make it easier to discover the DTMF dialpad. </li>

Completed in 392 milliseconds

1 2