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

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

Completed in 522 milliseconds