Searched defs:childFrom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSimpleCursorTreeAdapter.java95 * @param childFrom A list of column names that will be used to display the
104 int lastChildLayout, String[] childFrom, int[] childTo) {
107 init(groupFrom, groupTo, childFrom, childTo);
132 * @param childFrom A list of column names that will be used to display the
141 int childLayout, String[] childFrom, int[] childTo) {
143 init(groupFrom, groupTo, childFrom, childTo);
165 * @param childFrom A list of column names that will be used to display the
173 String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom,
176 init(groupFrom, groupTo, childFrom, childTo);
102 SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) argument
139 SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo) argument
172 SimpleCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo) argument
H A DSimpleExpandableListAdapter.java77 * for a child (index by values in the childFrom array). The Map
79 * entries specified in "childFrom"
80 * @param childFrom A list of keys that will be fetched from the Map
83 * "childFrom" parameter. These should all be TextViews. The
85 * columns in the childFrom parameter.
94 int childLayout, String[] childFrom, int[] childTo) {
96 childLayout, childLayout, childFrom, childTo);
125 * for a child (index by values in the childFrom array). The Map
127 * entries specified in "childFrom"
128 * @param childFrom
90 SimpleExpandableListAdapter(Context context, List<? extends Map<String, ?>> groupData, int groupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String, ?>>> childData, int childLayout, String[] childFrom, int[] childTo) argument
138 SimpleExpandableListAdapter(Context context, List<? extends Map<String, ?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String, ?>>> childData, int childLayout, String[] childFrom, int[] childTo) argument
192 SimpleExpandableListAdapter(Context context, List<? extends Map<String, ?>> groupData, int expandedGroupLayout, int collapsedGroupLayout, String[] groupFrom, int[] groupTo, List<? extends List<? extends Map<String, ?>>> childData, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) argument
[all...]

Completed in 135 milliseconds