Searched refs:StructuredNameEditorView (Results 1 – 4 of 4) sorted by relevance
42 public class StructuredNameEditorView extends TextFieldsEditorView { class49 public StructuredNameEditorView(Context context) { in StructuredNameEditorView() method in StructuredNameEditorView53 public StructuredNameEditorView(Context context, AttributeSet attrs) { in StructuredNameEditorView() method in StructuredNameEditorView57 public StructuredNameEditorView(Context context, AttributeSet attrs, int defStyle) { in StructuredNameEditorView() method in StructuredNameEditorView
249 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()
383 public StructuredNameEditorView getNameEditorView() { in getNameEditorView()419 final StructuredNameEditorView nameEditorView = getNameEditorView(); in getAggregationAnchorView()514 final StructuredNameEditorView name = getNameEditorView(); in setState()
1321 final StructuredNameEditorView nameEditor = editorView.getNameEditorView(); in bindEditors()