Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java144 ShellInit shellInit, in provideDisplayController()
152 ShellInit shellInit, in provideDisplayInsetsController()
163 ShellInit shellInit, in provideDisplayImeController()
183 ShellInit shellInit, in provideDevicePostureController()
193 ShellInit shellInit, in provideTabletopModeController()
204 ShellInit shellInit, in provideDragAndDropController()
219 ShellInit shellInit, in provideShellTaskOrganizer()
237 ShellInit shellInit, in provideCompatUIController()
321 ShellInit shellInit, in provideBackAnimationController()
416 ShellInit shellInit, in provideFullscreenTaskListener()
[all …]
H A DWMShellModule.java146 ShellInit shellInit, in provideBubbleController()
189 ShellInit shellInit, in provideWindowDecorViewModel()
239 ShellInit shellInit, in provideFreeformTaskListener()
255 ShellInit shellInit, in provideFreeformTaskTransitionHandler()
270 ShellInit shellInit, in provideFreeformTaskTransitionObserver()
287 ShellInit shellInit, in provideOneHandedController()
312 ShellInit shellInit, in provideSplitScreenController()
344 ShellInit shellInit, in provideDefaultMixedHandler()
362 ShellInit shellInit, in provideRecentsTransitionHandler()
382 ShellInit shellInit, in provideUnfoldAnimationController()
[all …]
H A DTvWMShellModule.java43 import com.android.wm.shell.sysui.ShellInit;
77 ShellInit shellInit, in provideSplitScreenController()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellInit.java38 public class ShellInit { class
39 private static final String TAG = ShellInit.class.getSimpleName();
48 public ShellInit(ShellExecutor mainExecutor) { in ShellInit() method in ShellInit
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DShellInitTest.java28 import com.android.wm.shell.sysui.ShellInit;
45 private ShellInit mImpl;
50 mImpl = new ShellInit(mMainExecutor); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutController.java32 import com.android.wm.shell.sysui.ShellInit;
55 ShellInit shellInit, in create()
74 ShellInit shellInit, in HideDisplayCutoutController()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutControllerTest.java37 import com.android.wm.shell.sysui.ShellInit;
60 private ShellInit mShellInit;
65 mShellInit = spy(new ShellInit(mock(ShellExecutor.class))); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
H A DPip2Module.java27 import com.android.wm.shell.sysui.ShellInit;
41 static PipTransition providePipTransition(@NonNull ShellInit shellInit, in providePipTransition()
H A DPip1Module.java61 import com.android.wm.shell.sysui.ShellInit;
81 ShellInit shellInit, in providePip1()
138 ShellInit shellInit, in providePipTouchHandler()
187 ShellInit shellInit, ShellTaskOrganizer shellTaskOrganizer, Transitions transitions, in providePipTransition()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayChangeControllerTests.java31 import com.android.wm.shell.sysui.ShellInit;
50 private @Mock ShellInit mShellInit;
H A DDisplayControllerTests.java31 import com.android.wm.shell.sysui.ShellInit;
51 private @Mock ShellInit mShellInit;
H A DDevicePostureControllerTest.java32 import com.android.wm.shell.sysui.ShellInit;
49 private ShellInit mShellInit;
H A DDisplayImeControllerTest.java45 import com.android.wm.shell.sysui.ShellInit;
60 private ShellInit mShellInit;
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingWindowControllerTests.java47 import com.android.wm.shell.sysui.ShellInit;
75 private ShellInit mShellInit;
83 mShellInit = spy(new ShellInit(mMainExecutor)); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipTransition.java30 import com.android.wm.shell.sysui.ShellInit;
41 @NonNull ShellInit shellInit, in TvPipTransition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingController.java40 import com.android.wm.shell.sysui.ShellInit;
64 private ActivityEmbeddingController(@NonNull Context context, @NonNull ShellInit shellInit, in ActivityEmbeddingController()
79 @NonNull ShellInit shellInit, @NonNull Transitions transitions) { in create()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
H A DPipTransition.java34 import com.android.wm.shell.sysui.ShellInit;
40 @NonNull ShellInit shellInit, in PipTransition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDevicePostureController.java27 import com.android.wm.shell.sysui.ShellInit;
73 Context context, ShellInit shellInit, ShellExecutor mainExecutor) { in DevicePostureController()
H A DDisplayChangeController.java31 import com.android.wm.shell.sysui.ShellInit;
51 public DisplayChangeController(IWindowManager wmService, ShellInit shellInit, in DisplayChangeController()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DProtoLogController.java21 import com.android.wm.shell.sysui.ShellInit;
35 public ProtoLogController(ShellInit shellInit, in ProtoLogController()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationTestBase.java38 import com.android.wm.shell.sysui.ShellInit;
49 ShellInit mShellInit;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableBubbleController.java44 import com.android.wm.shell.sysui.ShellInit;
56 ShellInit shellInit, in TestableBubbleController()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipControllerTest.java73 import com.android.wm.shell.sysui.ShellInit;
93 private ShellInit mShellInit;
130 mShellInit = spy(new ShellInit(mMockExecutor)); in setUp()
224 ShellInit shellInit = new ShellInit(mMockExecutor); in createPip_notSupported_returnsNull()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
H A DUnfoldTransitionHandlerTest.java40 import com.android.wm.shell.sysui.ShellInit;
70 final ShellInit shellInit = new ShellInit(executor); in before()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
H A DTvSplitScreenController.java41 import com.android.wm.shell.sysui.ShellInit;
68 ShellInit shellInit, in TvSplitScreenController()

1234