OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vig
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/ui/widget/
PhotoEditorView.java
80
ViewIdGenerator
vig
) {
84
setId(
vig
.getId(state, kind, values, 0));
ContactEditorView.java
166
public void setState(EntityDelta state, ContactsSource source, ViewIdGenerator
vig
) {
174
setId(
vig
.getId(state, null, null, ViewIdGenerator.NO_VIEW_INDEX));
229
mName.setValues(kind, primary, state, mIsSourceReadOnly,
vig
);
237
mPhoto.setValues(kind, primary, state, mIsSourceReadOnly,
vig
);
249
section.setState(kind, state, mIsSourceReadOnly,
vig
);
GenericEditorView.java
193
ViewIdGenerator
vig
) {
198
mViewIdGenerator =
vig
;
199
setId(
vig
.getId(state, kind, entry, ViewIdGenerator.NO_VIEW_INDEX));
227
fieldView.setId(
vig
.getId(state, kind, entry, n++));
Completed in 34 milliseconds