Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1292 final RawContactEditorView editorView = getContent(); in bindEditors() local
1293 editorView.setListener(this); in bindEditors()
1297 editorView.setState(mState, mMaterialPalette, mViewIdGenerator, in bindEditors()
1313 editorView.setPhotoListener(this); in bindEditors()
1314 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()
1319 editorView.setFullSizePhoto(uri); in bindEditors()
1321 final StructuredNameEditorView nameEditor = editorView.getNameEditorView(); in bindEditors()
1322 final TextFieldsEditorView phoneticNameEditor = editorView.getPhoneticEditorView(); in bindEditors()
1330 editorView.setEnabled(mEnabled); in bindEditors()
1331 editorView.setVisibility(View.VISIBLE); in bindEditors()