Searched refs:MyGroup (Results 1 – 3 of 3) sorted by relevance
43 protected List<MyGroup> mGroups;73 mGroups = new ArrayList<MyGroup>(numChildren.length); in readAndValidateParams()75 mGroups.add(new MyGroup(numChildren[i])); in readAndValidateParams()298 public List<MyGroup> getGroups() { in getGroups()353 public static class MyGroup { class in ExpandableListScenario360 public MyGroup(int numChildren) { in MyGroup() method in ExpandableListScenario.MyGroup
30 import android.widget.cts.util.ExpandableListScenario.MyGroup;136 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement()137 MyGroup insertedGroup = new MyGroup(1); in testExpandedGroupMovement()
35 mGroups.add(0, new MyGroup(2)); in onCreateOptionsMenu()