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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DIndexerListAdapter.java73 public boolean isSectionHeaderDisplayEnabled() { method in class:IndexerListAdapter
130 if (isSectionHeaderDisplayEnabled()) {
139 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
153 if (!isSectionHeaderDisplayEnabled()) {
208 if (isSectionHeaderDisplayEnabled()) {
H A DContactEntryListFragment.java516 public boolean isSectionHeaderDisplayEnabled() { method in class:ContactEntryListFragment
539 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();

Completed in 91 milliseconds