HomeSort by relevance Sort by last modified time
    Searched refs:mSectionHeaderDisplayEnabled (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/widget/
IndexerListAdapter.java 32 private boolean mSectionHeaderDisplayEnabled;
84 return mSectionHeaderDisplayEnabled;
88 this.mSectionHeaderDisplayEnabled = flag;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 101 private boolean mSectionHeaderDisplayEnabled;
238 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled);
269 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);
504 if (mSectionHeaderDisplayEnabled != flag) {
505 mSectionHeaderDisplayEnabled = flag;
514 return mSectionHeaderDisplayEnabled;
801 mAdapter.setSectionHeaderDisplayEnabled(mSectionHeaderDisplayEnabled);

Completed in 41 milliseconds