Home
last modified time | relevance | path

Searched refs:BubbleStackViewManager (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackViewManager.kt22 interface BubbleStackViewManager { interface
42 fun fromBubbleController(controller: BubbleController) = object : BubbleStackViewManager { in onAllBubblesAnimatedOut()
DBubbleController.java829 BubbleStackViewManager bubbleStackViewManager = in ensureBubbleViewsAndWindowCreated()
830 BubbleStackViewManager.fromBubbleController(this); in ensureBubbleViewsAndWindowCreated()
DBubbleStackView.java218 private final BubbleStackViewManager mManager;
905 public BubbleStackView(Context context, BubbleStackViewManager bubbleStackViewManager, in BubbleStackView()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTest.kt143 val bubbleStackViewManager = BubbleStackViewManager.fromBubbleController(bubbleController) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt403 private class FakeBubbleStackViewManager : BubbleStackViewManager { in <lambda>()