OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyGroup
(Results
1 - 3
of
3
) sorted by null
/cts/tests/src/android/widget/cts/
ExpandableListSimple.java
37
mGroups.add(0, new
MyGroup
(2));
/cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java
32
import android.widget.cts.util.ExpandableListScenario.
MyGroup
;
135
List<
MyGroup
> groups = mActivity.getGroups();
136
MyGroup
insertedGroup = new
MyGroup
(1);
/cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java
43
protected List<
MyGroup
> mGroups;
70
mGroups = new ArrayList<
MyGroup
>(numChildren.length);
72
mGroups.add(new
MyGroup
(numChildren[i]));
291
public List<
MyGroup
> getGroups() {
350
public static class
MyGroup
{
357
public
MyGroup
(int numChildren) {
Completed in 32 milliseconds