Home
last modified time | relevance | path

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

/packages/services/Car/tools/telemetry/lua-interpreter/static/js/
Dindex.js148 function createPopulatingDataButton(label, editorView, newContent) { argument
163 editorView.dispatch({
166 to: editorView.state.doc.length,
/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()