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

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DIndexerListAdapter.java83 public boolean isSectionHeaderDisplayEnabled() { method in class:IndexerListAdapter
140 if (isSectionHeaderDisplayEnabled()) {
149 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
163 if (!isSectionHeaderDisplayEnabled()) {
217 if (isSectionHeaderDisplayEnabled()) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java513 public boolean isSectionHeaderDisplayEnabled() { method in class:ContactEntryListFragment
536 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();

Completed in 4055 milliseconds