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.java1251 final RawContactEditorView editorView = getContent(); in bindEditors() local
1252 editorView.setListener(this); in bindEditors()
1256 editorView.setState(mState, mMaterialPalette, mViewIdGenerator, in bindEditors()
1272 editorView.setPhotoListener(this); in bindEditors()
1273 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()
1278 editorView.setFullSizePhoto(uri); in bindEditors()
1282 editorView.setEnabled(mEnabled); in bindEditors()
1283 editorView.setVisibility(View.VISIBLE); in bindEditors()