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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 73 public boolean isSectionHeaderDisplayEnabled() {
130 if (isSectionHeaderDisplayEnabled()) {
139 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
153 if (!isSectionHeaderDisplayEnabled()) {
208 if (isSectionHeaderDisplayEnabled()) {
ContactEntryListAdapter.java 121 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
129 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
465 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
528 && isSectionHeaderDisplayEnabled()
ContactListAdapter.java 212 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
213 if (isSectionHeaderDisplayEnabled()) {
DefaultContactListAdapter.java 109 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
ContactEntryListFragment.java 496 public boolean isSectionHeaderDisplayEnabled() {
519 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
PhoneNumberListAdapter.java 177 if (isSectionHeaderDisplayEnabled()) {
412 if (isSectionHeaderDisplayEnabled()) {
  /packages/apps/Dialer/src/com/android/dialer/list/
AllContactsFragment.java 73 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());
  /packages/apps/Contacts/src/com/android/contacts/list/
PostalAddressListAdapter.java 82 if (isSectionHeaderDisplayEnabled()) {
120 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
DefaultContactBrowseListFragment.java 100 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());
EmailAddressListAdapter.java 88 if (isSectionHeaderDisplayEnabled()) {

Completed in 162 milliseconds