Searched refs:newOrder (Results 1 – 2 of 2) sorted by relevance
447 public void reorderBubbles(List<BubbleBarBubble> newOrder) { in reorderBubbles() argument448 List<BubbleView> viewList = newOrder.stream().filter(Objects::nonNull) in reorderBubbles()
383 List<BubbleBarBubble> newOrder = update.bubbleKeysInOrder.stream() in applyViewChanges() local385 if (!newOrder.isEmpty()) { in applyViewChanges()386 mBubbleBarViewController.reorderBubbles(newOrder); in applyViewChanges()