Searched refs:editorView (Results 1 – 3 of 3) sorted by relevance
98 final CompactRawContactsEditorView editorView = getContent(); in bindEditors() local99 editorView.setListener(this); in bindEditors()100 editorView.setState(mState, getMaterialPalette(), mViewIdGenerator, mPhotoId, in bindEditors()103 mReadOnlyNameEditorView = editorView.getPrimaryNameEditorView(); in bindEditors()104 editorView.maybeSetReadOnlyDisplayNameAsPrimary(mReadOnlyDisplayName); in bindEditors()108 editorView.setPhotoListener(this); in bindEditors()109 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()114 editorView.setFullSizePhoto(uri); in bindEditors()118 editorView.setEnabled(isEnabled()); in bindEditors()119 editorView.setVisibility(View.VISIBLE); in bindEditors()
502 BaseRawContactEditorView editorView = getRawContactEditorView(rawContactId); in getAggregationAnchorView() local503 return editorView == null ? null : editorView.findViewById(R.id.anchor_view); in getAggregationAnchorView()
384 View editorView; in setupEditorForAccount() local392 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false); in setupEditorForAccount()393 editorView.setTag(CURRENT_EDITOR_TAG); in setupEditorForAccount()398 editorView = mRootView.findViewWithTag(CURRENT_EDITOR_TAG); in setupEditorForAccount()399 if (editorView == null) { in setupEditorForAccount()404 mGroupNameView = (TextView) editorView.findViewById(R.id.group_name); in setupEditorForAccount()405 mAutoCompleteTextView = (AutoCompleteTextView) editorView.findViewById( in setupEditorForAccount()408 mListView = (ListView) editorView.findViewById(android.R.id.list); in setupEditorForAccount()412 if (editorView.findViewById(R.id.account_header) != null) { in setupEditorForAccount()414 ImageView accountIcon = (ImageView) editorView.findViewById(R.id.account_icon); in setupEditorForAccount()[all …]