Searched refs:stickyCards (Results 1 – 2 of 2) sorted by relevance
129 final List<ContextualCard> stickyCards = new ArrayList<>(); in getDisplayableCards() local138 if (stickyCards.size() < maxCardCount) { in getDisplayableCards()139 stickyCards.add(card); in getDisplayableCards()145 final int nonStickyCardCount = maxCardCount - stickyCards.size(); in getDisplayableCards()156 visibleCards.addAll(stickyCards); in getDisplayableCards()
177 final List<ContextualCard> stickyCards = result.stream() in sortCards() local181 result.removeAll(stickyCards); in sortCards()182 result.addAll(stickyCards); in sortCards()