Searched refs:RawContactEditorView (Results 1 – 2 of 2) sorted by relevance
227 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 …]
61 public class RawContactEditorView extends BaseRawContactEditorView { class88 public RawContactEditorView(Context context) { in RawContactEditorView() method in RawContactEditorView92 public RawContactEditorView(Context context, AttributeSet attrs) { in RawContactEditorView() method in RawContactEditorView