HomeSort by relevance Sort by last modified time
    Searched refs:StructuredNameEditorView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 48 public class StructuredNameEditorView extends TextFieldsEditorView {
53 public StructuredNameEditorView(Context context) {
57 public StructuredNameEditorView(Context context, AttributeSet attrs) {
61 public StructuredNameEditorView(Context context, AttributeSet attrs, int defStyle) {
RawContactEditorView.java 65 private StructuredNameEditorView mName;
130 mName = (StructuredNameEditorView)findViewById(R.id.edit_name);
385 public StructuredNameEditorView getNameEditor() {
ContactEditorFragment.java     [all...]

Completed in 65 milliseconds