Searched refs:mSectionHeaderDisplayEnabled (Results 1 – 2 of 2) sorted by relevance
99 private boolean mSectionHeaderDisplayEnabled; field in ContactEntryListFragment257 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);
32 private boolean mSectionHeaderDisplayEnabled; field in IndexerListAdapter74 return mSectionHeaderDisplayEnabled; in isSectionHeaderDisplayEnabled()78 this.mSectionHeaderDisplayEnabled = flag; in setSectionHeaderDisplayEnabled()