Home | History | Annotate | Download | only in ui

Lines Matching refs:COLLAPSED

113      * Difference in the height of the message header whose details have been expanded/collapsed
174 * Temporary string containing the message bodies of the messages within a super-collapsed
711 * Populate the adapter with overlay views (message headers, super-collapsed blocks, a
726 // Items are not necessarily 1:1 in cursor and adapter because of super-collapsed blocks.
781 expandedState = ExpansionState.COLLAPSED;
796 // We only want to consider this for inclusion in the super collapsed block if
800 // in the super collapsed block.
802 // contribute to a super-collapsed block that will be emitted just before the
811 // we get the sender image for it if it's in a super-collapsed block.
816 // resolve any deferred decisions on previous collapsed items
819 // Special-case for a single collapsed message: no need to super-collapse it.
926 mViewState.setExpansionState(msg, ExpansionState.COLLAPSED);
1013 item.isExpanded() ? ExpansionState.EXPANDED : ExpansionState.COLLAPSED);