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

  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersAdapter.java 158 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
159 if (isSectionHeaderDisplayEnabled()) {
  /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());
ContactListAdapter.java 235 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
236 if (isSectionHeaderDisplayEnabled()) {
ContactEntryListAdapter.java 121 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
129 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
476 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
538 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
DefaultContactBrowseListFragment.java 405 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 76 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
77 if (isSectionHeaderDisplayEnabled()) {
IndexerListAdapter.java 48 public boolean isSectionHeaderDisplayEnabled() {
101 if (isSectionHeaderDisplayEnabled()) {
110 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
124 if (!isSectionHeaderDisplayEnabled()) {
179 if (isSectionHeaderDisplayEnabled()) {
ContactEntryListAdapter.java 108 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
116 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled());
437 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
496 && isSectionHeaderDisplayEnabled()
  /packages/apps/Dialer/java/com/android/dialer/app/list/
AllContactsFragment.java 139 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());

Completed in 141 milliseconds