Loading libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/BubbleControllerBubbleBarTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,7 @@ class BubbleControllerBubbleBarTest { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), mock<WindowManager>(), mock<DisplayInsetsController>(), Loading libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/BubbleControllerTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ class BubbleControllerTest(flags: FlagsParameterization) { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), windowManager, displayInsetsController, Loading libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/BubbleViewInfoTaskTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ class BubbleViewInfoTaskTest { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), windowManager, mock<DisplayInsetsController>(), Loading libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/BubbleBarLayerViewTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ import com.android.wm.shell.bubbles.BubbleExpandedViewManager import com.android.wm.shell.bubbles.BubbleLogger import com.android.wm.shell.bubbles.BubblePositioner import com.android.wm.shell.bubbles.BubbleResizabilityChecker import com.android.wm.shell.bubbles.BubbleTransitions import com.android.wm.shell.bubbles.Bubbles.SysuiProxy import com.android.wm.shell.bubbles.FakeBubbleExpandedViewManager import com.android.wm.shell.bubbles.FakeBubbleFactory Loading Loading @@ -212,6 +213,7 @@ class BubbleBarLayerViewTest { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), windowManager, mock<DisplayInsetsController>(), Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +3 −3 Original line number Diff line number Diff line Loading @@ -310,6 +310,7 @@ public class BubbleController implements ConfigurationChangeListener, @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, FloatingContentCoordinator floatingContentCoordinator, BubbleDataRepository dataRepository, BubbleTransitions bubbleTransitions, @Nullable IStatusBarService statusBarService, WindowManager windowManager, DisplayInsetsController displayInsetsController, Loading Loading @@ -374,14 +375,12 @@ public class BubbleController implements ConfigurationChangeListener, tvTransitions = taskViewTransitions; } mTaskViewController = new BubbleTaskViewController(tvTransitions); mBubbleTransitions = new BubbleTransitions(transitions, organizer, taskViewRepository, data, tvTransitions, context); mTransitions = transitions; mOneHandedOptional = oneHandedOptional; mDragAndDropController = dragAndDropController; mSyncQueue = syncQueue; mWmService = wmService; shellInit.addInitCallback(this::onInit, this); mBubbleTransitions = bubbleTransitions; mBubbleTaskViewFactory = new BubbleTaskViewFactory() { @Override public BubbleTaskView create() { Loading @@ -395,6 +394,7 @@ public class BubbleController implements ConfigurationChangeListener, mExpandedViewManager = BubbleExpandedViewManager.fromBubbleController(this); mResizabilityChecker = resizabilityChecker; mHomeIntentProvider = homeIntentProvider; shellInit.addInitCallback(this::onInit, this); } private void registerOneHandedState(OneHandedController oneHanded) { Loading Loading
libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/BubbleControllerBubbleBarTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,7 @@ class BubbleControllerBubbleBarTest { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), mock<WindowManager>(), mock<DisplayInsetsController>(), Loading
libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/BubbleControllerTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -368,6 +368,7 @@ class BubbleControllerTest(flags: FlagsParameterization) { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), windowManager, displayInsetsController, Loading
libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/BubbleViewInfoTaskTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ class BubbleViewInfoTaskTest { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), windowManager, mock<DisplayInsetsController>(), Loading
libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/BubbleBarLayerViewTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ import com.android.wm.shell.bubbles.BubbleExpandedViewManager import com.android.wm.shell.bubbles.BubbleLogger import com.android.wm.shell.bubbles.BubblePositioner import com.android.wm.shell.bubbles.BubbleResizabilityChecker import com.android.wm.shell.bubbles.BubbleTransitions import com.android.wm.shell.bubbles.Bubbles.SysuiProxy import com.android.wm.shell.bubbles.FakeBubbleExpandedViewManager import com.android.wm.shell.bubbles.FakeBubbleFactory Loading Loading @@ -212,6 +213,7 @@ class BubbleBarLayerViewTest { surfaceSynchronizer, FloatingContentCoordinator(), bubbleDataRepository, mock<BubbleTransitions>(), mock<IStatusBarService>(), windowManager, mock<DisplayInsetsController>(), Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +3 −3 Original line number Diff line number Diff line Loading @@ -310,6 +310,7 @@ public class BubbleController implements ConfigurationChangeListener, @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, FloatingContentCoordinator floatingContentCoordinator, BubbleDataRepository dataRepository, BubbleTransitions bubbleTransitions, @Nullable IStatusBarService statusBarService, WindowManager windowManager, DisplayInsetsController displayInsetsController, Loading Loading @@ -374,14 +375,12 @@ public class BubbleController implements ConfigurationChangeListener, tvTransitions = taskViewTransitions; } mTaskViewController = new BubbleTaskViewController(tvTransitions); mBubbleTransitions = new BubbleTransitions(transitions, organizer, taskViewRepository, data, tvTransitions, context); mTransitions = transitions; mOneHandedOptional = oneHandedOptional; mDragAndDropController = dragAndDropController; mSyncQueue = syncQueue; mWmService = wmService; shellInit.addInitCallback(this::onInit, this); mBubbleTransitions = bubbleTransitions; mBubbleTaskViewFactory = new BubbleTaskViewFactory() { @Override public BubbleTaskView create() { Loading @@ -395,6 +394,7 @@ public class BubbleController implements ConfigurationChangeListener, mExpandedViewManager = BubbleExpandedViewManager.fromBubbleController(this); mResizabilityChecker = resizabilityChecker; mHomeIntentProvider = homeIntentProvider; shellInit.addInitCallback(this::onInit, this); } private void registerOneHandedState(OneHandedController oneHanded) { Loading