Home
last modified time | relevance | path

Searched refs:StructuredNameEditorView (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactKindSectionView.java255 if (view instanceof StructuredNameEditorView) { in setName()
256 final StructuredNameEditorView editor = (StructuredNameEditorView) view; in setName()
272 public StructuredNameEditorView getPrimaryNameEditorView() { in getPrimaryNameEditorView()
277 return (StructuredNameEditorView) mEditors.getChildAt(0); in getPrimaryNameEditorView()
368 final StructuredNameEditorView nameView = (StructuredNameEditorView) mLayoutInflater in addNameEditorViews()
489 if (view instanceof StructuredNameEditorView) { in updateEmptyNameEditors()
DStructuredNameEditorView.java53 public class StructuredNameEditorView extends TextFieldsEditorView { class
58 public StructuredNameEditorView(Context context) { in StructuredNameEditorView() method in StructuredNameEditorView
62 public StructuredNameEditorView(Context context, AttributeSet attrs) { in StructuredNameEditorView() method in StructuredNameEditorView
66 public StructuredNameEditorView(Context context, AttributeSet attrs, int defStyle) { in StructuredNameEditorView() method in StructuredNameEditorView
DRawContactEditorView.java67 private StructuredNameEditorView mName;
133 mName = (StructuredNameEditorView)findViewById(R.id.edit_name); in onFinishInflate()
385 public StructuredNameEditorView getNameEditor() { in getNameEditor()
DContactEditorFragment.java283 final StructuredNameEditorView nameEditor = rawContactEditor.getNameEditor(); in bindEditors()
313 final StructuredNameEditorView nameEditorView = in unsetSuperPrimaryForAllNameEditors()
DCompactRawContactsEditorView.java514 public StructuredNameEditorView getPrimaryNameEditorView() { in getPrimaryNameEditorView()
DContactEditorBaseFragment.java405 protected StructuredNameEditorView mReadOnlyNameEditorView;