HomeSort by relevance Sort by last modified time
    Searched refs:isSectionHeaderDisplayEnabled (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/widget/
IndexerListAdapter.java 83 public boolean isSectionHeaderDisplayEnabled() {
140 if (isSectionHeaderDisplayEnabled()) {
149 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
163 if (!isSectionHeaderDisplayEnabled()) {
217 if (isSectionHeaderDisplayEnabled()) {
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 117 if (isSectionHeaderDisplayEnabled()) {
290 if (isSectionHeaderDisplayEnabled()) {
DefaultContactListAdapter.java 119 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
ContactEntryListAdapter.java 390 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
430 && isSectionHeaderDisplayEnabled()
ContactEntryListFragment.java 518 public boolean isSectionHeaderDisplayEnabled() {
541 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
ContactListAdapter.java 198 if (isSectionHeaderDisplayEnabled()) {
DefaultContactBrowseListFragment.java 87 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());

Completed in 205 milliseconds