Home
last modified time | relevance | path

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

1234

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellBaseModule.java105 import com.android.wm.shell.sysui.ShellInit;
151 ShellInit shellInit, in provideDisplayController()
159 ShellInit shellInit, in provideDisplayInsetsController()
170 ShellInit shellInit, in provideDisplayImeController()
190 ShellInit shellInit, in provideDevicePostureController()
200 ShellInit shellInit, in provideTabletopModeController()
212 ShellInit shellInit, in provideShellTaskOrganizer()
220 shellInit = new ShellInit(mainExecutor); in provideShellTaskOrganizer()
235 ShellInit shellInit, in provideCompatUIController()
318 ShellInit shellInit, in provideSystemPerformanceHinter()
[all …]
DWMShellModule.java86 import com.android.wm.shell.sysui.ShellInit;
167 ShellInit shellInit, in provideBubbleController()
213 ShellInit shellInit, in provideWindowDecorViewModel()
272 ShellInit shellInit, in provideFreeformTaskListener()
278 ShellInit init = FreeformComponents.isFreeformEnabled(context) in provideFreeformTaskListener()
288 ShellInit shellInit, in provideFreeformTaskTransitionHandler()
303 ShellInit shellInit, in provideFreeformTaskTransitionObserver()
320 ShellInit shellInit, in provideOneHandedController()
345 ShellInit shellInit, in provideSplitScreenController()
380 ShellInit shellInit, in provideMixedTransitionHandler()
[all …]
DTvWMShellModule.java43 import com.android.wm.shell.sysui.ShellInit;
77 ShellInit shellInit, in provideSplitScreenController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
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
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DShellInitTest.java28 import com.android.wm.shell.sysui.ShellInit;
45 private ShellInit mImpl;
50 mImpl = new ShellInit(mMainExecutor); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutController.java32 import com.android.wm.shell.sysui.ShellInit;
55 ShellInit shellInit, in create()
74 ShellInit shellInit, in HideDisplayCutoutController()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutControllerTest.java37 import com.android.wm.shell.sysui.ShellInit;
60 private ShellInit mShellInit;
65 mShellInit = spy(new ShellInit(mock(ShellExecutor.class))); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/performance/
DPerfHintController.kt24 import com.android.wm.shell.sysui.ShellInit
32 shellInit: ShellInit,
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayChangeControllerTests.java31 import com.android.wm.shell.sysui.ShellInit;
50 private @Mock ShellInit mShellInit;
DDisplayControllerTests.java31 import com.android.wm.shell.sysui.ShellInit;
51 private @Mock ShellInit mShellInit;
DDevicePostureControllerTest.java32 import com.android.wm.shell.sysui.ShellInit;
49 private ShellInit mShellInit;
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingWindowControllerTests.java48 import com.android.wm.shell.sysui.ShellInit;
77 private ShellInit mShellInit;
86 mShellInit = spy(new ShellInit(mMainExecutor)); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksTransitionObserver.kt27 import com.android.wm.shell.sysui.ShellInit in <lambda>()
41 shellInit: ShellInit in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
DPip2Module.java51 import com.android.wm.shell.sysui.ShellInit;
68 @NonNull ShellInit shellInit, in providePipTransition()
85 ShellInit shellInit, in providePipController()
134 ShellInit shellInit, in providePipTouchHandler()
DPip1Module.java62 import com.android.wm.shell.sysui.ShellInit;
83 ShellInit shellInit, in providePip1()
139 ShellInit shellInit, in providePipTouchHandler()
191 ShellInit shellInit, ShellTaskOrganizer shellTaskOrganizer, Transitions transitions, in providePipTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDevicePostureController.java27 import com.android.wm.shell.sysui.ShellInit;
73 Context context, ShellInit shellInit, ShellExecutor mainExecutor) { in DevicePostureController()
DDisplayChangeController.java32 import com.android.wm.shell.sysui.ShellInit;
53 public DisplayChangeController(IWindowManager wmService, ShellInit shellInit, in DisplayChangeController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingController.java45 import com.android.wm.shell.sysui.ShellInit;
68 private ActivityEmbeddingController(@NonNull Context context, @NonNull ShellInit shellInit, in ActivityEmbeddingController()
83 @NonNull ShellInit shellInit, @NonNull Transitions transitions) { in create()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationTestBase.java38 import com.android.wm.shell.sysui.ShellInit;
49 ShellInit mShellInit;
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/freeform/
DFreeformTaskListenerTests.java40 import com.android.wm.shell.sysui.ShellInit;
64 private ShellInit mShellInit;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DTaskStackTransitionObserver.kt28 import com.android.wm.shell.sysui.ShellInit in <lambda>()
41 shellInit: ShellInit in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DTaskStackTransitionObserverTest.kt34 import com.android.wm.shell.sysui.ShellInit
63 @Mock private lateinit var shellInit: ShellInit
74 shellInit = Mockito.spy(ShellInit(testExecutor)) in setUp()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DTestableBubbleController.java44 import com.android.wm.shell.sysui.ShellInit;
57 ShellInit shellInit, in TestableBubbleController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DProtoLogController.java24 import com.android.wm.shell.sysui.ShellInit;
38 public ProtoLogController(ShellInit shellInit, in ProtoLogController()

1234