HomeSort by relevance Sort by last modified time
    Searched full:groupto (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 78 * should include at least those named views defined in groupTo.
81 * should include at least those named views defined in groupTo.
84 * @param groupTo The group views (from the group layouts) that should
103 int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout,
107 init(groupFrom, groupTo, childFrom, childTo);
119 * should include at least those named views defined in groupTo.
122 * should include at least those named views defined in groupTo.
125 * @param groupTo The group views (from the group layouts) that should
140 int expandedGroupLayout, String[] groupFrom, int[] groupTo,
143 init(groupFrom, groupTo, childFrom, childTo)
    [all...]
SimpleExpandableListAdapter.java 66 * @param groupTo The group views that should display column in the
72 * those named views defined in "groupTo"
92 String[] groupFrom, int[] groupTo,
95 this(context, groupData, groupLayout, groupLayout, groupFrom, groupTo, childData,
111 * @param groupTo The group views that should display column in the
117 * should include at least those named views defined in "groupTo"
120 * should include at least those named views defined in "groupTo"
140 int collapsedGroupLayout, String[] groupFrom, int[] groupTo,
144 groupFrom, groupTo, childData, childLayout, childLayout,
160 * @param groupTo The group views that should display column in th
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java 255 int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom,
257 super(context, cursor, collapsedGroupLayout, expandedGroupLayout, groupFrom, groupTo,
263 int[] groupTo, int childLayout, String[] childFrom, int[] childTo) {
264 super(context, cursor, collapsedGroupLayout, expandedGroupLayout, groupFrom, groupTo,
269 String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom,
271 super(c, cursor, groupLayout, groupFrom, groupTo, childLayout, childFrom, childTo);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 70 int childLayout, String[] groupFrom, int[] groupTo, String[] childrenFrom,
72 super(context, cursor, groupLayout, groupFrom, groupTo, childLayout, childrenFrom,

Completed in 1549 milliseconds