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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java72 private EditTypeAdapter mEditTypeAdapter; field in class:LabeledEditorView
278 mEditTypeAdapter = new EditTypeAdapter(mContext);
279 mLabel.setAdapter(mEditTypeAdapter);
280 if (mEditTypeAdapter.hasCustomSelection()) {
281 mLabel.setSelection(mEditTypeAdapter.getPosition(CUSTOM_SELECTION));
283 mLabel.setSelection(mEditTypeAdapter.getPosition(mType));
460 EditType selected = mEditTypeAdapter.getItem(position);
462 if (mEditTypeAdapter.hasCustomSelection() && selected == CUSTOM_SELECTION) {

Completed in 39 milliseconds