Searched refs:mViewIdGenerator (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | CompactRawContactsEditorView.java | 128 private ViewIdGenerator mViewIdGenerator; field in CompactRawContactsEditorView 297 mViewIdGenerator = viewIdGenerator; in setState() 298 setId(mViewIdGenerator.getId(rawContactDeltas.get(0), /* dataKind =*/ null, in setState() 844 mViewIdGenerator); in inflateStructuredNameEditorView() local 858 mViewIdGenerator); in inflatePhoneticNameEditorView() local 872 mViewIdGenerator); in inflateNicknameEditorView() 885 mViewIdGenerator); in inflateKindSectionView()
|
D | KindSectionView.java | 83 private ViewIdGenerator mViewIdGenerator; field in KindSectionView 193 mViewIdGenerator = vig; in setState() 195 setId(mViewIdGenerator.getId(state, kind, null, ViewIdGenerator.NO_VIEW_INDEX)); in setState() 260 editor.setValues(mKind, entry, mState, mReadOnly, mViewIdGenerator); in createEditorView()
|
D | LabeledEditorView.java | 87 private ViewIdGenerator mViewIdGenerator; field in LabeledEditorView 394 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator); in rebuildValues() 409 mViewIdGenerator = vig; in setValues()
|
D | ContactEditorBaseFragment.java | 341 protected ViewIdGenerator mViewIdGenerator; field in ContactEditorBaseFragment 481 mViewIdGenerator = new ViewIdGenerator(); in onCreate() 483 mViewIdGenerator = savedState.getParcelable(KEY_VIEW_ID_GENERATOR); in onCreate() 615 outState.putParcelable(KEY_VIEW_ID_GENERATOR, mViewIdGenerator); in onSaveInstanceState()
|
D | CompactContactEditorFragment.java | 211 editorView.setState(mState, getMaterialPalette(), mViewIdGenerator, mPhotoId, mNameId, in bindEditors()
|
D | ContactEditorFragment.java | 248 editor.setState(rawContactDelta, type, mViewIdGenerator, isEditingUserProfile()); in bindEditors()
|