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