Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java223 final List<View> emptyEditors = getEmptyEditors(); in updateEmptyEditors() local
226 if (emptyEditors.size() > 1) { in updateEmptyEditors()
227 for (final View emptyEditorView : emptyEditors) { in updateEmptyEditors()
250 } else if (emptyEditors.size() == 1) { in updateEmptyEditors()