Home
last modified time | relevance | path

Searched refs:mShellController (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingWindowControllerTests.java78 private ShellController mShellController; field in StartingWindowControllerTests
87 mShellController = spy(new ShellController(mContext, mShellInit, mShellCommandHandler, in setUp()
89 mController = new StartingWindowController(mContext, mShellInit, mShellController, in setUp()
101 verify(mShellController, times(1)).addExternalInterface( in instantiateController_addExternalInterface()
113 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
115 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipControllerTest.java94 private ShellController mShellController; field in PipControllerTest
131 mShellController = spy(new ShellController(mContext, mShellInit, mMockShellCommandHandler, in setUp()
134 mShellController, mMockDisplayController, mMockPipAnimationController, in setUp()
160 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiatePipController_registerConfigChangeListener()
165 verify(mShellController, times(1)).addKeyguardChangeListener(any()); in instantiatePipController_registerKeyguardChangeListener()
170 verify(mShellController, times(1)).addExternalInterface( in instantiatePipController_registerExternalInterface()
176 verify(mShellController, times(1)).addUserChangeListener(any()); in instantiatePipController_registerUserChangeListener()
211 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
213 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
226 mShellController, mMockDisplayController, mMockPipAnimationController, in createPip_notSupported_returnsNull()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutController.java44 private final ShellController mShellController; field in HideDisplayCutoutController
80 mShellController = shellController; in HideDisplayCutoutController()
88 mShellController.addConfigurationChangeListener(this); in onInit()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutControllerTest.java55 private ShellController mShellController; field in HideDisplayCutoutControllerTest
67 mShellCommandHandler, mShellController, mMockDisplayAreaOrganizer); in setUp()
83 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiateController_registerConfigChangeListener()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitScreenControllerTests.java118 private ShellController mShellController; field in SplitScreenControllerTests
125 mShellController = spy(new ShellController(mContext, mShellInit, mShellCommandHandler, in setup()
128 mShellCommandHandler, mShellController, mTaskOrganizer, mSyncQueue, in setup()
165 verify(mShellController, times(1)).addKeyguardChangeListener(any()); in testControllerRegistersKeyguardChangeListener()
174 verify(mShellController, times(1)).addExternalInterface( in instantiateController_addExternalInterface()
185 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
187 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingWindowController.java82 private final ShellController mShellController; field in StartingWindowController
100 mShellController = shellController; in StartingWindowController()
122 mShellController.addExternalInterface(KEY_EXTRA_SHELL_STARTING_WINDOW, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
DFullscreenUnfoldTaskAnimator.java73 private final ShellController mShellController; field in FullscreenUnfoldTaskAnimator
84 mShellController = shellController; in FullscreenUnfoldTaskAnimator()
90 mShellController.addConfigurationChangeListener(this); in init()
DSplitTaskUnfoldAnimator.java80 private final ShellController mShellController; field in SplitTaskUnfoldAnimator
103 mShellController = shellController; in SplitTaskUnfoldAnimator()
113 mShellController.addConfigurationChangeListener(this); in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedController.java93 private final ShellController mShellController; field in OneHandedController
247 mShellController = shellController; in OneHandedController()
297 mShellController.addConfigurationChangeListener(this); in onInit()
298 mShellController.addKeyguardChangeListener(this); in onInit()
299 mShellController.addUserChangeListener(this); in onInit()
300 mShellController.addExternalInterface(KEY_EXTRA_SHELL_ONE_HANDED, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipController.java78 private final ShellController mShellController; field in PipController
131 mShellController = shellController; in PipController()
196 mShellController.addExternalInterface(KEY_EXTRA_SHELL_PIP, in onInit()
198 mShellController.addConfigurationChangeListener(this); in onInit()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DDragAndDropControllerTest.java75 private ShellController mShellController; field in DragAndDropControllerTest
98 mController = new DragAndDropController(mContext, mShellInit, mShellController, in setUp()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DRecentTasksControllerTest.java126 private ShellController mShellController; field in RecentTasksControllerTest
140 mShellController = spy(new ShellController(mContext, mShellInit, mShellCommandHandler, in setUp()
143 mShellController, mShellCommandHandler, mTaskStackListener, mActivityTaskManager, in setUp()
171 verify(mShellController, times(1)).addExternalInterface( in instantiateController_addExternalInterface()
183 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
185 mShellController.createExternalInterfaces(new Bundle()); in testInvalidateExternalInterface_unregistersListener()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/
DKeyguardTransitionHandler.java75 private final ShellController mShellController; field in KeyguardTransitionHandler
122 mShellController = shellController; in KeyguardTransitionHandler()
131 mShellController.addKeyguardChangeListener(this); in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipController.java121 private final ShellController mShellController; field in TvPipController
223 mShellController = shellController; in TvPipController()
270 mShellController.addConfigurationChangeListener(this); in onInit()
271 mShellController.addUserChangeListener(this); in onInit()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackAnimationControllerTest.java107 private ShellController mShellController; field in BackAnimationControllerTest
151 mShellController, in setUp()
216 verify(mShellController, times(1)).addExternalInterface( in instantiateController_addExternalInterface()
311 mShellController, in animationDisabledFromSettings()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java147 private final ShellController mShellController; field in PipController
454 mShellController = shellController; in PipController()
708 mShellController.addConfigurationChangeListener(this); in onInit()
709 mShellController.addKeyguardChangeListener(this); in onInit()
710 mShellController.addUserChangeListener(this); in onInit()
711 mShellController.addExternalInterface(KEY_EXTRA_SHELL_PIP, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java93 private final ShellController mShellController; field in DragAndDropController
143 mShellController = shellController; in DragAndDropController()
164 mShellController.addExternalInterface(KEY_EXTRA_SHELL_DRAG_AND_DROP, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java120 private final ShellController mShellController; field in BackAnimationController
217 mShellController = shellController; in BackAnimationController()
238 mShellController.addExternalInterface(KEY_EXTRA_SHELL_BACK_ANIMATION, in onInit()
241 mShellController.addConfigurationChangeListener(this); in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentTasksController.java83 private final ShellController mShellController; field in RecentTasksController
140 mShellController = shellController; in RecentTasksController()
160 mShellController.addExternalInterface(KEY_EXTRA_SHELL_RECENT_TASKS, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java146 private final ShellController mShellController; field in CompatUIController
210 mShellController = shellController; in CompatUIController()
227 mShellController.addKeyguardChangeListener(this); in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java175 private final ShellController mShellController; field in SplitScreenController
231 mShellController = shellController; in SplitScreenController()
276 mShellController.addKeyguardChangeListener(this); in onInit()
277 mShellController.addExternalInterface(KEY_EXTRA_SHELL_SPLIT_SCREEN, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java124 private final ShellController mShellController; field in DesktopModeWindowDecorViewModel
238 mShellController = shellController; in DesktopModeWindowDecorViewModel()
259 mShellController.addKeyguardChangeListener(mDesktopModeKeyguardChangeListener); in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java208 private final ShellController mShellController; field in Transitions
333 mShellController = shellController; in Transitions()
354 mShellController.addExternalInterface(KEY_EXTRA_SHELL_SHELL_TRANSITIONS, in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java197 private final ShellController mShellController; field in BubbleController
311 mShellController = shellController; in BubbleController()
520 mShellController.addConfigurationChangeListener(this); in onInit()
521 mShellController.addExternalInterface(KEY_EXTRA_SHELL_BUBBLES, in onInit()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java288 private ShellController mShellController; field in BubblesTest
489 mShellController, in setUp()
608 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiateController_registerConfigChangeListener()