Lines Matching defs:Map

25 import java.util.Map;
33 * the Map to specific views. This process is similar for a child, except it is
34 * one-level deeper so the data backing is specified as a List<List<Map>>,
37 * Map holds the data for that particular child.
40 private List<? extends Map<String, ?>> mGroupData;
46 private List<? extends List<? extends Map<String, ?>>> mChildData;
64 * @param groupFrom A list of keys that will be fetched from the Map
76 * (index by child position), and the Map corresponds to the data
77 * for a child (index by values in the childFrom array). The Map
80 * @param childFrom A list of keys that will be fetched from the Map
91 List<? extends Map<String, ?>> groupData, int groupLayout,
93 List<? extends List<? extends Map<String, ?>>> childData,
109 * @param groupFrom A list of keys that will be fetched from the Map
124 * (index by child position), and the Map corresponds to the data
125 * for a child (index by values in the childFrom array). The Map
128 * @param childFrom A list of keys that will be fetched from the Map
139 List<? extends Map<String, ?>> groupData, int expandedGroupLayout,
141 List<? extends List<? extends Map<String, ?>>> childData,
158 * @param groupFrom A list of keys that will be fetched from the Map
173 * (index by child position), and the Map corresponds to the data
174 * for a child (index by values in the childFrom array). The Map
177 * @param childFrom A list of keys that will be fetched from the Map
193 List<? extends Map<String, ?>> groupData, int expandedGroupLayout,
195 List<? extends List<? extends Map<String, ?>>> childData,
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) {