Home
last modified time | relevance | path

Searched refs:bubbleController (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java396 static Optional<Bubbles> provideBubbles(Optional<BubbleController> bubbleController) { in provideBubbles() argument
397 return bubbleController.map((controller) -> controller.asBubbles()); in provideBubbles()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java862 public BubbleStackView(Context context, BubbleController bubbleController, in BubbleStackView() argument
869 mBubbleController = bubbleController; in BubbleStackView()