OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dialpad
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DigitsEditText.java
17
package com.android.contacts.
dialpad
;
DialpadFragment.java
17
package com.android.contacts.
dialpad
;
79
* Fragment that displays a twelve-key phone
dialpad
.
168
* "
dialpad
chooser" if the phone becomes idle while the
176
// Log.i(TAG, "Call ended with
dialpad
chooser visible! Taking it down...");
178
//
dialpad
chooser could conceivably disappear (on its
181
// least that's better than leaving the
dialpad
chooser
266
// This is required for
dialpad
button's layout, so must not use GONE here.
299
mDialpad = fragmentView.findViewById(R.id.
dialpad
); // This is null in landscape mode.
308
// Set up the "
dialpad
chooser" UI; see showDialpadChooser().
382
// Be sure *not* to show the
dialpad
chooser if this is a
[
all
...]
Completed in 102 milliseconds