Searched refs:editorView (Results 1 – 3 of 3) sorted by relevance
209 final CompactRawContactsEditorView editorView = getContent(); in bindEditors() local210 editorView.setListener(this); in bindEditors()211 editorView.setState(mState, getMaterialPalette(), mViewIdGenerator, mPhotoId, mNameId, in bindEditors()214 mReadOnlyNameEditorView = editorView.getDefaultNameEditorView(); in bindEditors()219 mPhotoRawContactId = editorView.getPhotoRawContactId(); in bindEditors()226 editorView.setFullSizePhoto((Uri) mUpdatedPhotos.getParcelable(key)); in bindEditors()233 editorView.setFullSizePhoto((Uri) mUpdatedPhotos.getParcelable( in bindEditors()236 editorView.setPhotoHandler(mPhotoHandler); in bindEditors()239 editorView.setEnabled(isEnabled()); in bindEditors()240 editorView.setVisibility(View.VISIBLE); in bindEditors()
582 BaseRawContactEditorView editorView = getRawContactEditorView(rawContactId); in getAggregationAnchorView() local583 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 …]