Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java159 private boolean mHideIfEmpty = true; field in KindSectionView
216 mHideIfEmpty = hideWhenEmpty; in setHideWhenEmpty()
393 mHideIfEmpty = new ContactsPreferences(getContext()).shouldHidePhoneticNamesIfEmpty(); in addNameEditorViews()
456 if (mHideIfEmpty) { in updateEmptyEditors()
467 if (editorCount == emptyEditors.size() && mHideIfEmpty) { in updateEmptyEditors()
489 if (mHideIfEmpty) { in updateEmptyNameEditors()
501 if (mHideIfEmpty && editor.isEmpty()) { in updateEmptyNameEditors()
509 if (mHideIfEmpty) { in updateEmptyNameEditors()