Home
last modified time | relevance | path

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

123456

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellConcurrencyModule.java35 import com.android.wm.shell.common.ShellExecutor;
84 public static ShellExecutor provideSysUIMainExecutor( in provideSysUIMainExecutor()
135 public static ShellExecutor provideShellMainExecutor(Context context, in provideShellMainExecutor()
137 @ExternalMainThread ShellExecutor sysuiMainExecutor) { in provideShellMainExecutor()
153 @ShellMainThread ShellExecutor executor) { in provideShellMainChoreographer()
169 public static ShellExecutor provideShellAnimationExecutor() { in provideShellAnimationExecutor()
187 public static ShellExecutor provideSplashScreenExecutor() { in provideSplashScreenExecutor()
213 public static ShellExecutor provideSharedBackgroundExecutor( in provideSharedBackgroundExecutor()
DWMShellBaseModule.java55 import com.android.wm.shell.common.ShellExecutor;
152 @ShellMainThread ShellExecutor mainExecutor) { in provideDisplayController()
161 @ShellMainThread ShellExecutor mainExecutor) { in provideDisplayInsetsController()
174 @ShellMainThread ShellExecutor mainExecutor in provideDisplayImeController()
191 @ShellMainThread ShellExecutor mainExecutor in provideDevicePostureController()
203 @ShellMainThread ShellExecutor mainExecutor) { in provideTabletopModeController()
217 @ShellMainThread ShellExecutor mainExecutor) { in provideShellTaskOrganizer()
241 @ShellMainThread ShellExecutor mainExecutor, in provideCompatUIController()
270 @ShellMainThread ShellExecutor mainExecutor) { in provideSyncTransactionQueue()
304 @ShellMainThread ShellExecutor mainExecutor) { in provideWindowManagerShellWrapper()
[all …]
DWMShellModule.java52 import com.android.wm.shell.common.ShellExecutor;
159 @ShellMainThread ShellExecutor mainExecutor) { in provideBubbleData()
184 @ShellMainThread ShellExecutor mainExecutor, in provideBubbleController()
186 @ShellBackgroundThread ShellExecutor bgExecutor, in provideBubbleController()
210 @ShellMainThread ShellExecutor mainExecutor, in provideWindowDecorViewModel()
293 @ShellMainThread ShellExecutor mainExecutor, in provideFreeformTaskTransitionHandler()
294 @ShellAnimationThread ShellExecutor animExecutor) { in provideFreeformTaskTransitionHandler()
329 @ShellMainThread ShellExecutor mainExecutor, in provideOneHandedController()
363 @ShellMainThread ShellExecutor mainExecutor) { in provideSplitScreenController()
420 @ShellMainThread ShellExecutor mainExecutor in provideUnfoldAnimationController()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSnapshotWindowCreator.java22 import com.android.wm.shell.common.ShellExecutor;
25 private final ShellExecutor mMainExecutor;
29 SnapshotWindowCreator(ShellExecutor mainExecutor, in SnapshotWindowCreator()
54 int activityType, ShellExecutor removeExecutor, int id, in SnapshotWindowRecord()
DAbsSplashWindowCreator.java24 import com.android.wm.shell.common.ShellExecutor;
32 protected final ShellExecutor mSplashScreenExecutor;
38 ShellExecutor splashScreenExecutor, DisplayManager displayManager, in AbsSplashWindowCreator()
DStartingSurfaceDrawer.java48 import com.android.wm.shell.common.ShellExecutor;
59 private final ShellExecutor mSplashScreenExecutor;
76 public StartingSurfaceDrawer(Context context, ShellExecutor splashScreenExecutor, in StartingSurfaceDrawer()
260 protected final ShellExecutor mRemoveExecutor;
264 SnapshotRecord(int activityType, ShellExecutor removeExecutor, int taskId, in SnapshotRecord()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewFactoryController.java23 import com.android.wm.shell.common.ShellExecutor;
33 private final ShellExecutor mShellExecutor;
39 ShellExecutor shellExecutor, SyncTransactionQueue syncQueue, in TaskViewFactoryController()
48 ShellExecutor shellExecutor, SyncTransactionQueue syncQueue) { in TaskViewFactoryController()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DShellInit.java29 import com.android.wm.shell.common.ShellExecutor;
41 private final ShellExecutor mMainExecutor;
48 public ShellInit(ShellExecutor mainExecutor) { in ShellInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DHomeTransitionObserver.java34 import com.android.wm.shell.common.ShellExecutor;
50 private @NonNull final ShellExecutor mMainExecutor;
52 @NonNull ShellExecutor mainExecutor) { in HomeTransitionObserver()
127 public ShellExecutor getRemoteCallExecutor() { in getRemoteCallExecutor()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPinnedStackListenerForwarder.java26 import com.android.wm.shell.common.ShellExecutor;
39 private final ShellExecutor mMainExecutor;
42 public PinnedStackListenerForwarder(ShellExecutor mainExecutor) { in PinnedStackListenerForwarder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DSyncExecutor.java19 import com.android.wm.shell.common.ShellExecutor;
25 public class SyncExecutor implements ShellExecutor {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedTimeoutHandler.java24 import com.android.wm.shell.common.ShellExecutor;
37 private final ShellExecutor mMainExecutor;
67 public OneHandedTimeoutHandler(ShellExecutor mainExecutor) { in OneHandedTimeoutHandler()
DOneHandedTouchHandler.java33 import com.android.wm.shell.common.ShellExecutor;
46 private final ShellExecutor mMainExecutor;
60 ShellExecutor mainExecutor) { in OneHandedTouchHandler()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DTestShellExecutor.java19 import com.android.wm.shell.common.ShellExecutor;
27 public class TestShellExecutor implements ShellExecutor {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DWindowManagerShellWrapper.java23 import com.android.wm.shell.common.ShellExecutor;
41 public WindowManagerShellWrapper(ShellExecutor mainExecutor) { in WindowManagerShellWrapper()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipScheduler.java37 import com.android.wm.shell.common.ShellExecutor;
55 private final ShellExecutor mMainExecutor;
97 ShellExecutor mainExecutor, in PipScheduler()
112 ShellExecutor getMainExecutor() { in getMainExecutor()
DPipInputConsumer.java32 import com.android.wm.shell.common.ShellExecutor;
87 private final ShellExecutor mMainExecutor;
97 ShellExecutor mainExecutor) { in PipInputConsumer()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
DPip2Module.java27 import com.android.wm.shell.common.ShellExecutor;
97 @ShellMainThread ShellExecutor mainExecutor) { in providePipController()
113 @ShellMainThread ShellExecutor mainExecutor, in providePipScheduler()
124 @ShellMainThread ShellExecutor mainExecutor, in providePipPhoneMenuController()
145 @ShellMainThread ShellExecutor mainExecutor, in providePipTouchHandler()
DPip1Module.java27 import com.android.wm.shell.common.ShellExecutor;
106 @ShellMainThread ShellExecutor mainExecutor) { in providePip1()
130 @ShellMainThread ShellExecutor mainExecutor, in providesPipPhoneMenuController()
148 @ShellMainThread ShellExecutor mainExecutor, in providePipTouchHandler()
179 @ShellMainThread ShellExecutor mainExecutor) { in providePipTaskOrganizer()
208 @ShellMainThread ShellExecutor mainExecutor) { in providePipAppOpsListener()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipPerfHintController.java30 import com.android.wm.shell.common.ShellExecutor;
54 private final ShellExecutor mMainExecutor;
58 @ShellMainThread ShellExecutor mainExecutor, in PipPerfHintController()
DPipAppOpsListener.kt21 import com.android.wm.shell.common.ShellExecutor in <lambda>()
26 private val mMainExecutor: ShellExecutor in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipInputConsumer.java32 import com.android.wm.shell.common.ShellExecutor;
87 private final ShellExecutor mMainExecutor;
97 ShellExecutor mainExecutor) { in PipInputConsumer()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
DFreeformTaskTransitionHandler.java41 import com.android.wm.shell.common.ShellExecutor;
60 private final ShellExecutor mMainExecutor;
61 private final ShellExecutor mAnimExecutor;
73 ShellExecutor mainExecutor, in FreeformTaskTransitionHandler()
74 ShellExecutor animExecutor) { in FreeformTaskTransitionHandler()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
DOneHandedTouchHandlerTest.java27 import com.android.wm.shell.common.ShellExecutor;
46 private ShellExecutor mMockShellMainExecutor;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
DTvSplitScreenController.java32 import com.android.wm.shell.common.ShellExecutor;
55 private final ShellExecutor mMainExecutor;
84 ShellExecutor mainExecutor, in TvSplitScreenController()

123456