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.java172 private boolean mHideIfEmpty = true; field in KindSectionView
230 mHideIfEmpty = hideWhenEmpty; in setHideWhenEmpty()
421 mHideIfEmpty = new ContactsPreferences(getContext()).shouldHidePhoneticNamesIfEmpty(); in addNameEditorViews()
485 if (mHideIfEmpty) { in updateEmptyEditors()
496 if (editorCount == emptyEditors.size() && mHideIfEmpty) { in updateEmptyEditors()
518 if (mHideIfEmpty) { in updateEmptyNameEditors()
530 if (mHideIfEmpty && editor.isEmpty()) { in updateEmptyNameEditors()
538 if (mHideIfEmpty) { in updateEmptyNameEditors()