Home
last modified time | relevance | path

Searched refs:RawContactEditorView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java68 private final RawContactEditorView.Listener mEditorViewListener;
71 RawContactEditorView.Listener editorViewListener) { in StructuredNameEditorListener()
167 private RawContactEditorView.Listener mEditorViewListener;
304 RawContactEditorView.Listener editorViewListener, in setState()
DRawContactEditorView.java84 public class RawContactEditorView extends LinearLayout implements View.OnClickListener, class
197 private RawContactEditorView.Listener mListener;
234 public RawContactEditorView(Context context) { in RawContactEditorView() method in RawContactEditorView
238 public RawContactEditorView(Context context, AttributeSet attrs) { in RawContactEditorView() method in RawContactEditorView
DContactEditorFragment.java119 RawContactEditorView.Listener, PhotoEditorView.Listener,
726 final RawContactEditorView view = getContent(); in onAccountsLoaded()
1292 final RawContactEditorView editorView = getContent(); in bindEditors()
1795 private RawContactEditorView getContent() { in getContent()
1796 return (RawContactEditorView) mContent; in getContent()