OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPinnedHeaderCount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
129
public int
getPinnedHeaderCount
() {
131
return super.
getPinnedHeaderCount
() + 1;
133
return super.
getPinnedHeaderCount
();
139
if (isSectionHeaderDisplayEnabled() && viewIndex ==
getPinnedHeaderCount
() - 1) {
157
int index =
getPinnedHeaderCount
() - 1;
PinnedHeaderListAdapter.java
52
public int
getPinnedHeaderCount
() {
PinnedHeaderListView.java
49
int
getPinnedHeaderCount
();
161
int count = mAdapter.
getPinnedHeaderCount
();
Completed in 43 milliseconds