Searched refs:mSectionHeaderDisplayEnabled (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DIndexerListAdapter.java32 private boolean mSectionHeaderDisplayEnabled; field in class:IndexerListAdapter
74 return mSectionHeaderDisplayEnabled;
78 this.mSectionHeaderDisplayEnabled = flag;
H A DContactEntryListFragment.java99 private boolean mSectionHeaderDisplayEnabled; field in class:ContactEntryListFragment
257 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled);
292 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);
537 if (mSectionHeaderDisplayEnabled != flag) {
538 mSectionHeaderDisplayEnabled = flag;
547 return mSectionHeaderDisplayEnabled;
845 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DIndexerListAdapter.java30 private boolean mSectionHeaderDisplayEnabled; field in class:IndexerListAdapter
49 return mSectionHeaderDisplayEnabled;
53 this.mSectionHeaderDisplayEnabled = flag;
H A DContactEntryListFragment.java89 private boolean mSectionHeaderDisplayEnabled; field in class:ContactEntryListFragment
233 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled);
266 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);
500 return mSectionHeaderDisplayEnabled;
504 if (mSectionHeaderDisplayEnabled != flag) {
505 mSectionHeaderDisplayEnabled = flag;
760 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);

Completed in 193 milliseconds