Searched refs:PhoneticNameEditorView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhoneticNameEditorView.java32 public class PhoneticNameEditorView extends TextFieldsEditorView { class in inherits:TextFieldsEditorView
92 public PhoneticNameEditorView(Context context) { method in class:PhoneticNameEditorView
96 public PhoneticNameEditorView(Context context, AttributeSet attrs) { method in class:PhoneticNameEditorView
100 public PhoneticNameEditorView(Context context, AttributeSet attrs, int defStyle) { method in class:PhoneticNameEditorView
H A DRawContactEditorView.java68 private PhoneticNameEditorView mPhoneticName;
136 mPhoneticName = (PhoneticNameEditorView)findViewById(R.id.edit_phonetic_name);
H A DCompactKindSectionView.java385 final PhoneticNameEditorView phoneticNameView = (PhoneticNameEditorView) mLayoutInflater

Completed in 82 milliseconds