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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DIndexerListAdapter.java73 public boolean isSectionHeaderDisplayEnabled() { method in class:IndexerListAdapter
130 if (isSectionHeaderDisplayEnabled()) {
139 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
153 if (!isSectionHeaderDisplayEnabled()) {
228 if (isSectionHeaderDisplayEnabled()) {
H A DContactEntryListFragment.java546 public boolean isSectionHeaderDisplayEnabled() { method in class:ContactEntryListFragment
569 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DIndexerListAdapter.java48 public boolean isSectionHeaderDisplayEnabled() { method in class:IndexerListAdapter
101 if (isSectionHeaderDisplayEnabled()) {
110 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
124 if (!isSectionHeaderDisplayEnabled()) {
179 if (isSectionHeaderDisplayEnabled()) {
H A DContactEntryListFragment.java493 public boolean isSectionHeaderDisplayEnabled() { method in class:ContactEntryListFragment
519 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();

Completed in 438 milliseconds