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.java61 private final RawContactEditorView.Listener mListener;
64 RawContactEditorView.Listener listener) { in StructuredNameEditorListener()
155 private RawContactEditorView.Listener mListener;
281 ViewIdGenerator viewIdGenerator, RawContactEditorView.Listener listener) { in setState()
DRawContactEditorView.java83 public class RawContactEditorView extends LinearLayout implements View.OnClickListener { class
195 private RawContactEditorView.Listener mListener;
230 public RawContactEditorView(Context context) { in RawContactEditorView() method in RawContactEditorView
234 public RawContactEditorView(Context context, AttributeSet attrs) { in RawContactEditorView() method in RawContactEditorView
DContactEditorFragment.java118 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()