Home
last modified time | relevance | path

Searched refs:mViewIdGenerator (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java128 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()
DKindSectionView.java83 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()
DLabeledEditorView.java87 private ViewIdGenerator mViewIdGenerator; field in LabeledEditorView
394 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator); in rebuildValues()
409 mViewIdGenerator = vig; in setValues()
DContactEditorBaseFragment.java341 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()
DCompactContactEditorFragment.java211 editorView.setState(mState, getMaterialPalette(), mViewIdGenerator, mPhotoId, mNameId, in bindEditors()
DContactEditorFragment.java248 editor.setState(rawContactDelta, type, mViewIdGenerator, isEditingUserProfile()); in bindEditors()