Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 * in a group
41 * A {@link BaseAdapter} that provides data/Views in an expandable list (offers
100 * finds where the flat list pos fits in between the exp groups.
104 * position encompassed in a {@link PositionMetadata} object
184 * in the above search.
189 * If we are to expand this group later, where would it go in the
194 /** What is its group position in the list of all groups? */
205 * This would occur in the first conditional, so the flat list
223 * This would occur in the second conditional, so the flat list
233 * list position to find out how many groups are in between the two
250 * return null since the child isn't being shown in the ListView, and hence it has no
255 * @return the flat list position encompassed in a {@link PositionMetadata}
318 * If we've reached here, it means there was no match in the expanded
334 * This would occur in the first conditional, so the flat list
352 * This would occur in the second conditional, so the flat list
395 * cached in this class)
508 * Traverses the expanded group metadata list and fills in the flat list
555 /* Store in local variable since we'll access freq */
590 * Collapse a group in the grouped list view
634 * Expand a group in the grouped list view
807 // True when we have looked at the first item in the data
810 // True when we have looked at the last item in the data
885 * the range of this group in the flat list
933 public GroupMetadata createFromParcel(Parcel in) {
935 in.readInt(),
936 in.readInt(),
937 in.readInt(),
938 in.readLong());
973 * For groups that are collapsed, we use this as the index (in
1026 * Checks whether the group referred to in this object is expanded,