OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getItemViewTypeCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java
290
return
getItemViewTypeCount
() + 1;
298
public int
getItemViewTypeCount
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java
534
return
getItemViewTypeCount
() * 2 + 1;
544
return placement.firstInSection ? type :
getItemViewTypeCount
() + type;
Completed in 434 milliseconds