OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPinnedHeaderCount
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
139
public int
getPinnedHeaderCount
() {
141
return super.
getPinnedHeaderCount
() + 1;
143
return super.
getPinnedHeaderCount
();
149
if (isSectionHeaderDisplayEnabled() && viewIndex ==
getPinnedHeaderCount
() - 1) {
168
int index =
getPinnedHeaderCount
() - 1;
PinnedHeaderListAdapter.java
52
public int
getPinnedHeaderCount
() {
PinnedHeaderListView.java
48
int
getPinnedHeaderCount
();
165
int count = mAdapter.
getPinnedHeaderCount
();
/packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java
91
public int
getPinnedHeaderCount
() {
Completed in 44 milliseconds