Lines Matching defs:to

10  * Unless required by applicable law or agreed to in writing, software
28 * An easy adapter to map static data to group and child views defined in an XML
30 * Maps. Each entry in the ArrayList corresponds to one group in the expandable
32 * that defines the views used to display a group, and a mapping from keys in
33 * the Map to specific views. This process is similar for a child, except it is
35 * where the first List corresponds to the group of the child, the second List
36 * corresponds to the position of the child within the group, and finally the
60 * @param groupData A List of Maps. Each entry in the List corresponds to
74 * corresponds to a group (index by group position), each entry
75 * in the inner List corresponds to a child within the group
76 * (index by child position), and the Map corresponds to the data
105 * @param groupData A List of Maps. Each entry in the List corresponds to
122 * corresponds to a group (index by group position), each entry
123 * in the inner List corresponds to a child within the group
124 * (index by child position), and the Map corresponds to the data
154 * @param groupData A List of Maps. Each entry in the List corresponds to
171 * corresponds to a group (index by group position), each entry
172 * in the inner List corresponds to a child within the group
173 * (index by child position), and the Map corresponds to the data
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) {
244 int len = to.length;
247 TextView v = (TextView)view.findViewById(to[i]);