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

/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java302 * shouldExpandGroup is set to true, otherwise the method will return false.
306 * @param shouldExpandGroup Whether the child's group should be expanded if
310 public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { argument
311 return mList.setSelectedChild(groupPosition, childPosition, shouldExpandGroup);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java974 * shouldExpandGroup is set to true, otherwise the method will return false.
978 * @param shouldExpandGroup Whether the child's group should be expanded if
982 public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { argument
991 if (!shouldExpandGroup) return false;

Completed in 117 milliseconds