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

  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 73 public boolean isSectionHeaderDisplayEnabled() {
130 if (isSectionHeaderDisplayEnabled()) {
139 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
153 if (!isSectionHeaderDisplayEnabled()) {
228 if (isSectionHeaderDisplayEnabled()) {
PostalAddressListAdapter.java 80 if (isSectionHeaderDisplayEnabled()) {
118 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
ContactEntryListAdapter.java 121 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
129 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
476 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
538 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
ContactListAdapter.java 235 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
236 if (isSectionHeaderDisplayEnabled()) {
EmailAddressListAdapter.java 86 if (isSectionHeaderDisplayEnabled()) {
MultiSelectEmailAddressesListAdapter.java 95 if (isSectionHeaderDisplayEnabled()) {
MultiSelectPhoneNumbersListAdapter.java 95 if (isSectionHeaderDisplayEnabled()) {
ContactEntryListFragment.java 546 public boolean isSectionHeaderDisplayEnabled() {
569 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
    [all...]
PhoneNumberListAdapter.java 238 if (isSectionHeaderDisplayEnabled()) {
504 if (isSectionHeaderDisplayEnabled()) {
DefaultContactListAdapter.java 177 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
DefaultContactBrowseListFragment.java 405 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 48 public boolean isSectionHeaderDisplayEnabled() {
101 if (isSectionHeaderDisplayEnabled()) {
110 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
124 if (!isSectionHeaderDisplayEnabled()) {
179 if (isSectionHeaderDisplayEnabled()) {
ContactListAdapter.java 76 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
77 if (isSectionHeaderDisplayEnabled()) {
ContactEntryListAdapter.java 112 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
120 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
459 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
518 && isSectionHeaderDisplayEnabled()
DefaultContactListAdapter.java 101 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
ContactEntryListFragment.java 499 public boolean isSectionHeaderDisplayEnabled() {
525 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
PhoneNumberListAdapter.java 142 if (isSectionHeaderDisplayEnabled()) {
423 if (isSectionHeaderDisplayEnabled()) {
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersAdapter.java 158 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
159 if (isSectionHeaderDisplayEnabled()) {
  /packages/apps/Dialer/java/com/android/dialer/app/list/
AllContactsFragment.java 143 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());

Completed in 329 milliseconds