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.java249 public StructuredNameEditorView getNameEditorView() { in getNameEditorView()
254 return (StructuredNameEditorView) mEditors.getChildAt(0); in getNameEditorView()
263 if (!(view instanceof StructuredNameEditorView)) { in getPhoneticEditorView()
357 final StructuredNameEditorView nameView = (StructuredNameEditorView) mLayoutInflater in addNameEditorViews()
484 if (view instanceof StructuredNameEditorView) { in updateEmptyNameEditors()
DRawContactEditorView.java383 public StructuredNameEditorView getNameEditorView() { in getNameEditorView()
419 final StructuredNameEditorView nameEditorView = getNameEditorView(); in getAggregationAnchorView()
514 final StructuredNameEditorView name = getNameEditorView(); in setState()
DContactEditorFragment.java1321 final StructuredNameEditorView nameEditor = editorView.getNameEditorView(); in bindEditors()