Home
last modified time | relevance | path

Searched refs:getViewsToDisplay (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java364 final List<View> viewsToRemove = getViewsToDisplay(true); in calculateEntriesToRemoveDuringCollapse()
365 final List<View> viewsCollapsed = getViewsToDisplay(false); in calculateEntriesToRemoveDuringCollapse()
373 for (View view : getViewsToDisplay(mIsExpanded)) { in insertEntriesIntoViewGroup()
388 private List<View> getViewsToDisplay(boolean isExpanded) { in getViewsToDisplay() method in ExpandingEntryCardView