OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSectionHeaderDisplayEnabled
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
32
private boolean
mSectionHeaderDisplayEnabled
;
74
return
mSectionHeaderDisplayEnabled
;
78
this.
mSectionHeaderDisplayEnabled
= flag;
ContactEntryListFragment.java
96
private boolean
mSectionHeaderDisplayEnabled
;
245
outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED,
mSectionHeaderDisplayEnabled
);
278
mSectionHeaderDisplayEnabled
= savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);
513
if (
mSectionHeaderDisplayEnabled
!= flag) {
514
mSectionHeaderDisplayEnabled
= flag;
523
return
mSectionHeaderDisplayEnabled
;
812
mAdapter.setSectionHeaderDisplayEnabled(
mSectionHeaderDisplayEnabled
);
[
all
...]
Completed in 61 milliseconds