Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java95 public static final EditType CUSTOM_SELECTION = new EditType(0, 0); field in LabeledEditorView
300 mLabel.setSelection(mEditTypeAdapter.getPosition(CUSTOM_SELECTION)); in rebuildLabel()
511 if (mEditTypeAdapter.hasCustomSelection() && selected == CUSTOM_SELECTION) { in onTypeSelectionChange()
586 add(CUSTOM_SELECTION); in EditTypeAdapter()
640 if (type == CUSTOM_SELECTION) { in createViewFromResource()