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

/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java311 public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { method in class:ExpandableListActivity
312 return mList.setSelectedChild(groupPosition, childPosition, shouldExpandGroup);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java980 public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { method in class:ExpandableListView

Completed in 34 milliseconds