Searched refs:stickyCards (Results 1 – 2 of 2) sorted by relevance
130 final List<ContextualCard> stickyCards = new ArrayList<>(); in getDisplayableCards() local139 if (stickyCards.size() < maxCardCount) { in getDisplayableCards()140 stickyCards.add(card); in getDisplayableCards()146 final int nonStickyCardCount = maxCardCount - stickyCards.size(); in getDisplayableCards()157 visibleCards.addAll(stickyCards); in getDisplayableCards()
178 final List<ContextualCard> stickyCards = result.stream() in sortCards() local182 result.removeAll(stickyCards); in sortCards()183 result.addAll(stickyCards); in sortCards()