OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSectionHeaderDisplayEnabled
(Results
1 - 11
of
11
) 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
125
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
133
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
478
if (
isSectionHeaderDisplayEnabled
() && partitionIndex == getIndexedPartition()) {
541
&&
isSectionHeaderDisplayEnabled
()
ContactListAdapter.java
231
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
232
if (
isSectionHeaderDisplayEnabled
()) {
DefaultContactListAdapter.java
154
if (directoryId == Directory.DEFAULT &&
isSectionHeaderDisplayEnabled
()) {
ContactEntryListFragment.java
522
public boolean
isSectionHeaderDisplayEnabled
() {
545
boolean hasScrollbar = isVisibleScrollbarEnabled() &&
isSectionHeaderDisplayEnabled
();
[
all
...]
PhoneNumberListAdapter.java
238
if (
isSectionHeaderDisplayEnabled
()) {
504
if (
isSectionHeaderDisplayEnabled
()) {
/packages/apps/Contacts/src/com/android/contacts/list/
PostalAddressListAdapter.java
82
if (
isSectionHeaderDisplayEnabled
()) {
120
view.setIsSectionHeaderEnabled(
isSectionHeaderDisplayEnabled
());
DefaultContactBrowseListFragment.java
101
adapter.setSectionHeaderDisplayEnabled(
isSectionHeaderDisplayEnabled
());
EmailAddressListAdapter.java
88
if (
isSectionHeaderDisplayEnabled
()) {
MultiSelectContactsListFragment.java
267
adapter.setSectionHeaderDisplayEnabled(
isSectionHeaderDisplayEnabled
());
/packages/apps/Dialer/src/com/android/dialer/list/
AllContactsFragment.java
143
adapter.setSectionHeaderDisplayEnabled(
isSectionHeaderDisplayEnabled
());
Completed in 231 milliseconds