OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerViewsCount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListAdapter.java
113
int
headerViewsCount
= listView.getHeaderViewsCount();
120
int position = listView.getPositionAt(topHeaderHeight) -
headerViewsCount
;
139
-
headerViewsCount
;
/frameworks/base/core/java/android/widget/
ExpandableListView.java
367
final int
headerViewsCount
= getHeaderViewsCount();
369
final int lastChildFlPos = mItemCount - getFooterViewsCount() -
headerViewsCount
- 1;
387
for (int i = 0, childFlPos = mFirstPosition -
headerViewsCount
; i < childCount;
[
all
...]
AbsListView.java
[
all
...]
Completed in 804 milliseconds