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

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DIndexerListAdapter.java32 private boolean mSectionHeaderDisplayEnabled; field in class:IndexerListAdapter
84 return mSectionHeaderDisplayEnabled;
88 this.mSectionHeaderDisplayEnabled = flag;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java101 private boolean mSectionHeaderDisplayEnabled; field in class:ContactEntryListFragment
239 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled);
270 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);
509 if (mSectionHeaderDisplayEnabled != flag) {
510 mSectionHeaderDisplayEnabled = flag;
519 return mSectionHeaderDisplayEnabled;
808 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);

Completed in 34 milliseconds