Searched defs:vig (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java120 public abstract void setState(RawContactDelta state, AccountType source, ViewIdGenerator vig, argument
H A DEditor.java64 ViewIdGenerator vig);
63 setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument
H A DEventFieldEditorView.java109 ViewIdGenerator vig) {
111 super.setValues(kind, entry, state, readOnly, vig);
108 setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument
H A DPhoneticNameEditorView.java106 ViewIdGenerator vig) {
110 super.setValues(kind, entry, state, readOnly, vig);
105 setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument
H A DPhotoEditorView.java96 ViewIdGenerator vig) {
100 setId(vig.getId(state, kind, values, 0));
95 setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument
H A DRawContactReadOnlyEditorView.java115 public void setState(RawContactDelta state, AccountType type, ViewIdGenerator vig, argument
175 getPhotoEditor().setValues(kind, primary, state, !type.areContactsWritable(), vig);
H A DKindSectionView.java133 public void setState(DataKind kind, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) { argument
137 mViewIdGenerator = vig;
H A DRawContactEditorView.java203 public void setState(RawContactDelta state, AccountType type, ViewIdGenerator vig, argument
214 setId(vig.getId(state, null, null, ViewIdGenerator.NO_VIEW_INDEX));
285 primary, state, false, vig);
288 primary, state, false, vig);
292 getPhotoEditor().setValues(kind, primary, state, false, vig);
303 section.setState(kind, state, false, vig);
334 section.setState(kind, state, false, vig);
H A DStructuredNameEditorView.java67 ViewIdGenerator vig) {
68 super.setValues(kind, entry, state, readOnly, vig);
66 setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument
H A DTextFieldsEditorView.java183 ViewIdGenerator vig) {
184 super.setValues(kind, entry, state, readOnly, vig);
210 fieldView.setId(vig.getId(state, kind, entry, index));
182 setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument
H A DLabeledEditorView.java345 ViewIdGenerator vig) {
350 mViewIdGenerator = vig;
351 setId(vig.getId(state, kind, entry, ViewIdGenerator.NO_VIEW_INDEX));
344 setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, ViewIdGenerator vig) argument

Completed in 61 milliseconds