Searched refs:MyGroup (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/expandablelistview/
H A DExpandableListSimple.java40 mGroups.add(0, new MyGroup(2));
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/expandablelistview/
H A DExpandableListBasicTest.java22 import com.android.frameworktest.util.ExpandableListScenario.MyGroup;
106 List<MyGroup> groups = mActivity.getGroups();
107 MyGroup insertedGroup = new MyGroup(1);
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/util/
H A DExpandableListScenario.java44 protected List<MyGroup> mGroups;
71 mGroups = new ArrayList<MyGroup>(numChildren.length);
73 mGroups.add(new MyGroup(numChildren[i]));
292 public List<MyGroup> getGroups() {
351 public static class MyGroup { class in class:ExpandableListScenario
358 public MyGroup(int numChildren) { method in class:ExpandableListScenario.MyGroup

Completed in 322 milliseconds