Home
last modified time | relevance | path

Searched refs:BubbleController (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java139 RemoteCallable<BubbleController> {
261 public BubbleController(Context context, in BubbleController() method in BubbleController
485 return new BubbleController.IBubblesImpl(this); in createExternalInterface()
2079 private BubbleController mController;
2093 IBubblesImpl(BubbleController controller) { in IBubblesImpl()
2291 BubbleController.this.collapseStack(); in collapseStack()
2348 BubbleController.this.setSysuiProxy(proxy); in setSysuiProxy()
2362 BubbleController.this.onEntryAdded(entry); in onEntryAdded()
2376 BubbleController.this.onEntryRemoved(entry); in onEntryRemoved()
2411 BubbleController.this.onZenStateChanged(); in onZenStateChanged()
[all …]
H A DBubbleViewInfoTask.java73 private WeakReference<BubbleController> mController;
87 BubbleController controller, in BubbleViewInfoTask()
170 public static BubbleViewInfo populateForBubbleBar(Context c, BubbleController controller, in populateForBubbleBar()
192 public static BubbleViewInfo populate(Context c, BubbleController controller, in populate()
237 PackageManager pm = BubbleController.getPackageManagerForUser(c, in populateCommonInfo()
H A DStackEducationView.kt39 controller: BubbleController
49 private val controller: BubbleController = controller
H A DBubbleTaskViewHelper.java67 private final BubbleController mController;
204 BubbleController controller, in BubbleTaskViewHelper()
H A DBubbleOverflowContainerView.java65 private BubbleController mController;
129 public void setBubbleController(BubbleController controller) { in setBubbleController()
H A DBubbleOverflow.kt57 fun initialize(controller: BubbleController, forBubbleBar: Boolean) {
H A DBubble.java478 BubbleController controller, in inflate()
881 final PackageManager pm = BubbleController.getPackageManagerForUser(context, in getUid()
H A DBubbleExpandedView.java190 private BubbleController mController;
418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
H A DBubbleStackView.java204 private final BubbleController mBubbleController;
862 public BubbleStackView(Context context, BubbleController bubbleController, in BubbleStackView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java30 import com.android.wm.shell.bubbles.BubbleController;
53 private BubbleController mBubbleController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableBubbleController.java29 import com.android.wm.shell.bubbles.BubbleController;
52 public class TestableBubbleController extends BubbleController {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java32 import com.android.wm.shell.bubbles.BubbleController;
52 private final BubbleController mBubbleController;
77 public BubbleBarLayerView(Context context, BubbleController controller) { in BubbleBarLayerView()
H A DBubbleBarExpandedView.java36 import com.android.wm.shell.bubbles.BubbleController;
66 private BubbleController mController;
133 public void initialize(BubbleController controller, boolean isOverflow) { in initialize()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellModule.java35 import com.android.wm.shell.bubbles.BubbleController;
145 static BubbleController provideBubbleController(Context context, in provideBubbleController()
169 return new BubbleController(context, shellInit, shellCommandHandler, shellController, data, in provideBubbleController()
H A DWMShellBaseModule.java41 import com.android.wm.shell.bubbles.BubbleController;
396 static Optional<Bubbles> provideBubbles(Optional<BubbleController> bubbleController) { in provideBubbles()
401 abstract BubbleController optionalBubblesController(); in optionalBubblesController()
871 Optional<BubbleController> bubblesOptional, in provideIndependentShellComponentsToCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DBubbleCoordinator.java27 import com.android.wm.shell.bubbles.BubbleController;