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

  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 32 private boolean mSectionHeaderDisplayEnabled;
74 return mSectionHeaderDisplayEnabled;
78 this.mSectionHeaderDisplayEnabled = flag;
ContactEntryListFragment.java 99 private boolean mSectionHeaderDisplayEnabled;
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);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 30 private boolean mSectionHeaderDisplayEnabled;
49 return mSectionHeaderDisplayEnabled;
53 this.mSectionHeaderDisplayEnabled = flag;
ContactEntryListFragment.java 89 private boolean mSectionHeaderDisplayEnabled;
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 234 milliseconds