Home
last modified time | relevance | path

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

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