Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java42 public class StructuredNameEditorView extends TextFieldsEditorView { class
49 public StructuredNameEditorView(Context context) { in StructuredNameEditorView() method in StructuredNameEditorView
53 public StructuredNameEditorView(Context context, AttributeSet attrs) { in StructuredNameEditorView() method in StructuredNameEditorView
57 public StructuredNameEditorView(Context context, AttributeSet attrs, int defStyle) { in StructuredNameEditorView() method in StructuredNameEditorView
DKindSectionView.java270 public StructuredNameEditorView getNameEditorView() { in getNameEditorView()
275 return (StructuredNameEditorView) mEditors.getChildAt(0); in getNameEditorView()
284 if (!(view instanceof StructuredNameEditorView)) { in getPhoneticEditorView()
385 final StructuredNameEditorView nameView = (StructuredNameEditorView) mLayoutInflater in addNameEditorViews()
513 if (view instanceof StructuredNameEditorView) { in updateEmptyNameEditors()
DRawContactEditorView.java393 public StructuredNameEditorView getNameEditorView() { in getNameEditorView()
429 final StructuredNameEditorView nameEditorView = getNameEditorView(); in getAggregationAnchorView()
526 final StructuredNameEditorView name = getNameEditorView(); in setState()
DContactEditorFragment.java1321 final StructuredNameEditorView nameEditor = editorView.getNameEditorView(); in bindEditors()