Home | History | Annotate | Download | only in contacts

Lines Matching refs:expanded

49      * Information about a specific list item: is it a group, if so is it expanded.
78 * and whether they are expanded.
134 boolean expanded);
140 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed.
203 protected void addGroup(int cursorPosition, int size, boolean expanded) {
213 if (expanded) {
233 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0;
238 if (expanded) {
334 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0;
341 metadata.isExpanded = expanded;
347 if (expanded) {
348 // C) The requested position is an element in the expanded group
355 // D) The element is past the expanded group
391 * Mark group as expanded if it is collapsed and vice versa.