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
270 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()
393 public StructuredNameEditorView getNameEditorView() { in getNameEditorView()429 final StructuredNameEditorView nameEditorView = getNameEditorView(); in getAggregationAnchorView()526 final StructuredNameEditorView name = getNameEditorView(); in setState()
1321 final StructuredNameEditorView nameEditor = editorView.getNameEditorView(); in bindEditors()