Searched defs:mTotalExpChildrenCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java64 private int mTotalExpChildrenCount; field in class:ExpandableListConnector
396 return mExpandableListAdapter.getGroupCount() + mTotalExpChildrenCount;
523 mTotalExpChildrenCount = 0;
570 mTotalExpChildrenCount += gChildrenCount;

Completed in 46 milliseconds