Searched refs:mExpandableListAdapter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java54 private ExpandableListAdapter mExpandableListAdapter; field in class:ExpandableListConnector
87 if (mExpandableListAdapter != null) {
88 mExpandableListAdapter.unregisterDataSetObserver(mDataSetObserver);
91 mExpandableListAdapter = expandableListAdapter;
370 return mExpandableListAdapter.areAllItemsEnabled();
380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos);
397 return mExpandableListAdapter.getGroupCount() + mTotalExpChildrenCount;
405 retValue = mExpandableListAdapter
408 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos,
422 final long groupId = mExpandableListAdapter
[all...]

Completed in 47 milliseconds