Home | History | Annotate | Download | only in widget

Lines Matching refs:GROUP

22  * ExpandableListPosition can refer to either a group's position or a child's
23 * position. Referring to a child's position requires both a group position (the
24 * group containing the child) and a child position (the child's position within
25 * that group). To create objects, use {@link #obtainChildPosition(int, int)} or
40 * This data type represents a group position
42 public final static int GROUP = 2;
45 * The position of either the group being referred to, or the parent
46 * group of the child being referred to
51 * The position of the child within its parent group
57 * the corresponding flat list position for the group or child is known)
82 return obtain(GROUP, groupPosition, 0, 0);
101 elp.type = GROUP;