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

/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java303 * shouldExpandGroup is set to true, otherwise the method will return false.
307 * @param shouldExpandGroup Whether the child's group should be expanded if
311 public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { argument
312 return mList.setSelectedChild(groupPosition, childPosition, shouldExpandGroup);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java972 * shouldExpandGroup is set to true, otherwise the method will return false.
976 * @param shouldExpandGroup Whether the child's group should be expanded if
980 public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { argument
989 if (!shouldExpandGroup) return false;

Completed in 248 milliseconds