Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java227 editor = (RawContactEditorView) inflater.inflate(R.layout.raw_contact_editor_view, in bindEditors()
259 if (editor instanceof RawContactEditorView) { in bindEditors()
261 final RawContactEditorView rawContactEditor = (RawContactEditorView) editor; in bindEditors()
326 if (view instanceof RawContactEditorView) { in unsetSuperPrimaryForAllNameEditors()
327 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in unsetSuperPrimaryForAllNameEditors()
345 if (view instanceof RawContactEditorView) { in getDisplayName()
346 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in getDisplayName()
360 if (view instanceof RawContactEditorView) { in getDisplayName()
361 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in getDisplayName()
379 if (view instanceof RawContactEditorView) { in getPhoneticName()
[all …]
DRawContactEditorView.java61 public class RawContactEditorView extends BaseRawContactEditorView { class
88 public RawContactEditorView(Context context) { in RawContactEditorView() method in RawContactEditorView
92 public RawContactEditorView(Context context, AttributeSet attrs) { in RawContactEditorView() method in RawContactEditorView