Searched refs:bubbleController (Results 1 – 2 of 2) sorted by relevance
245 static Optional<Bubbles> provideBubbles(Optional<BubbleController> bubbleController) { in provideBubbles() argument246 return bubbleController.map((controller) -> controller.asBubbles()); in provideBubbles()
762 public BubbleStackView(Context context, BubbleController bubbleController, in BubbleStackView() argument769 mBubbleController = bubbleController; in BubbleStackView()