Searched refs:StructuredNameEditorView (Results 1 – 6 of 6) sorted by relevance
255 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()
53 public class StructuredNameEditorView extends TextFieldsEditorView { class58 public StructuredNameEditorView(Context context) { in StructuredNameEditorView() method in StructuredNameEditorView62 public StructuredNameEditorView(Context context, AttributeSet attrs) { in StructuredNameEditorView() method in StructuredNameEditorView66 public StructuredNameEditorView(Context context, AttributeSet attrs, int defStyle) { in StructuredNameEditorView() method in StructuredNameEditorView
67 private StructuredNameEditorView mName;133 mName = (StructuredNameEditorView)findViewById(R.id.edit_name); in onFinishInflate()385 public StructuredNameEditorView getNameEditor() { in getNameEditor()
283 final StructuredNameEditorView nameEditor = rawContactEditor.getNameEditor(); in bindEditors()313 final StructuredNameEditorView nameEditorView = in unsetSuperPrimaryForAllNameEditors()
514 public StructuredNameEditorView getPrimaryNameEditorView() { in getPrimaryNameEditorView()
405 protected StructuredNameEditorView mReadOnlyNameEditorView;