HomeSort by relevance Sort by last modified time
    Searched refs:mViewIdGenerator (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 83 private ViewIdGenerator mViewIdGenerator;
193 mViewIdGenerator = vig;
195 setId(mViewIdGenerator.getId(state, kind, null, ViewIdGenerator.NO_VIEW_INDEX));
260 editor.setValues(mKind, entry, mState, mReadOnly, mViewIdGenerator);
CompactRawContactsEditorView.java 128 private ViewIdGenerator mViewIdGenerator;
297 mViewIdGenerator = viewIdGenerator;
298 setId(mViewIdGenerator.getId(rawContactDeltas.get(0), /* dataKind =*/ null,
    [all...]
LabeledEditorView.java 87 private ViewIdGenerator mViewIdGenerator;
394 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
409 mViewIdGenerator = vig;
CompactContactEditorFragment.java 211 editorView.setState(mState, getMaterialPalette(), mViewIdGenerator, mPhotoId, mNameId,
ContactEditorBaseFragment.java 341 protected ViewIdGenerator mViewIdGenerator;
481 mViewIdGenerator = new ViewIdGenerator();
483 mViewIdGenerator = savedState.getParcelable(KEY_VIEW_ID_GENERATOR);
615 outState.putParcelable(KEY_VIEW_ID_GENERATOR, mViewIdGenerator);
    [all...]
ContactEditorFragment.java 248 editor.setState(rawContactDelta, type, mViewIdGenerator, isEditingUserProfile());

Completed in 389 milliseconds