OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSectionHeaderDisplayEnabled
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java
101
adapter.setSectionHeaderDisplayEnabled(
isSectionHeaderDisplayEnabled
());
MultiSelectContactsListFragment.java
267
adapter.setSectionHeaderDisplayEnabled(
isSectionHeaderDisplayEnabled
());
PostalAddressListAdapter.java
82
if (
isSectionHeaderDisplayEnabled
()) {
120
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
/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
()) {
ContactListAdapter.java
231
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
232
if (
isSectionHeaderDisplayEnabled
()) {
ContactEntryListAdapter.java
125
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
133
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
478
if (
isSectionHeaderDisplayEnabled
() && partitionIndex == getIndexedPartition()) {
541
&&
isSectionHeaderDisplayEnabled
()
/packages/apps/Dialer/src/com/android/dialer/list/
AllContactsFragment.java
143
adapter.setSectionHeaderDisplayEnabled(
isSectionHeaderDisplayEnabled
());
Completed in 53 milliseconds