Home
last modified time | relevance | path

Searched refs:mSectionHeaderDisplayEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java99 private boolean mSectionHeaderDisplayEnabled; field in ContactEntryListFragment
257 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled); in onSaveInstanceState()
292 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED); in restoreSavedState()
537 if (mSectionHeaderDisplayEnabled != flag) {
538 mSectionHeaderDisplayEnabled = flag;
547 return mSectionHeaderDisplayEnabled;
845 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);
DIndexerListAdapter.java32 private boolean mSectionHeaderDisplayEnabled; field in IndexerListAdapter
74 return mSectionHeaderDisplayEnabled; in isSectionHeaderDisplayEnabled()
78 this.mSectionHeaderDisplayEnabled = flag; in setSectionHeaderDisplayEnabled()