OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerViewsCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
ExpandableListView.java
247
final int
headerViewsCount
= getHeaderViewsCount();
249
final int lastChildFlPos = mItemCount - getFooterViewsCount() -
headerViewsCount
- 1;
267
for (int i = 0, childFlPos = mFirstPosition -
headerViewsCount
; i < childCount;
[
all
...]
AbsListView.java
[
all
...]
Completed in 601 milliseconds