Home
last modified time | relevance | path

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

12345

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A 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()
H A DWMShellBaseModule.java51 import com.android.wm.shell.common.ShellExecutor;
145 @ShellMainThread ShellExecutor mainExecutor) { in provideDisplayController()
154 @ShellMainThread ShellExecutor mainExecutor) { in provideDisplayInsetsController()
167 @ShellMainThread ShellExecutor mainExecutor in provideDisplayImeController()
184 @ShellMainThread ShellExecutor mainExecutor in provideDevicePostureController()
196 @ShellMainThread ShellExecutor mainExecutor) { in provideTabletopModeController()
224 @ShellMainThread ShellExecutor mainExecutor in provideShellTaskOrganizer()
323 @ShellMainThread ShellExecutor shellExecutor, in provideBackAnimationController()
560 @ShellMainThread ShellExecutor mainExecutor in provideRecentTasksController()
589 @ShellMainThread ShellExecutor mainExecutor, in provideTransitions()
[all …]
H A DWMShellModule.java48 import com.android.wm.shell.common.ShellExecutor;
138 @ShellMainThread ShellExecutor mainExecutor) { in provideBubbleData()
163 @ShellMainThread ShellExecutor mainExecutor, in provideBubbleController()
260 @ShellMainThread ShellExecutor mainExecutor, in provideFreeformTaskTransitionHandler()
296 @ShellMainThread ShellExecutor mainExecutor, in provideOneHandedController()
329 @ShellMainThread ShellExecutor mainExecutor) { in provideSplitScreenController()
383 @ShellMainThread ShellExecutor mainExecutor in provideUnfoldAnimationController()
415 @ShellMainThread ShellExecutor executor, in provideSplitTaskUnfoldAnimatorBase()
448 @ShellMainThread ShellExecutor executor, in provideUnfoldTransitionHandler()
475 @ShellMainThread ShellExecutor mainExecutor in provideDesktopModeController()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A 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()
H A DAbsSplashWindowCreator.java24 import com.android.wm.shell.common.ShellExecutor;
32 protected final ShellExecutor mSplashScreenExecutor;
38 ShellExecutor splashScreenExecutor, DisplayManager displayManager, in AbsSplashWindowCreator()
H A DStartingSurfaceDrawer.java46 import com.android.wm.shell.common.ShellExecutor;
57 private final ShellExecutor mSplashScreenExecutor;
74 public StartingSurfaceDrawer(Context context, ShellExecutor splashScreenExecutor, in StartingSurfaceDrawer()
258 protected final ShellExecutor mRemoveExecutor;
262 SnapshotRecord(int activityType, ShellExecutor removeExecutor, int taskId, in SnapshotRecord()
H A DTaskSnapshotWindow.java52 import com.android.wm.shell.common.ShellExecutor;
68 private final ShellExecutor mSplashScreenExecutor;
77 TaskSnapshot snapshot, ShellExecutor splashScreenExecutor, in create()
161 ShellExecutor splashScreenExecutor) { in TaskSnapshotWindow()
H A DStartingWindowController.java50 import com.android.wm.shell.common.ShellExecutor;
85 private final ShellExecutor mSplashScreenExecutor;
96 ShellExecutor splashScreenExecutor, in StartingWindowController()
133 public ShellExecutor getRemoteCallExecutor() { in getRemoteCallExecutor()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellInit.java29 import com.android.wm.shell.common.ShellExecutor;
41 private final ShellExecutor mMainExecutor;
48 public ShellInit(ShellExecutor mainExecutor) { in ShellInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPinnedStackListenerForwarder.java26 import com.android.wm.shell.common.ShellExecutor;
39 private final ShellExecutor mMainExecutor;
42 public PinnedStackListenerForwarder(ShellExecutor mainExecutor) { in PinnedStackListenerForwarder()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTimeoutHandler.java24 import com.android.wm.shell.common.ShellExecutor;
37 private final ShellExecutor mMainExecutor;
67 public OneHandedTimeoutHandler(ShellExecutor mainExecutor) { in OneHandedTimeoutHandler()
H A DOneHandedTouchHandler.java33 import com.android.wm.shell.common.ShellExecutor;
46 private final ShellExecutor mMainExecutor;
60 ShellExecutor mainExecutor) { in OneHandedTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DSyncExecutor.java19 import com.android.wm.shell.common.ShellExecutor;
25 public class SyncExecutor implements ShellExecutor {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
H A DPip1Module.java27 import com.android.wm.shell.common.ShellExecutor;
104 @ShellMainThread ShellExecutor mainExecutor) { in providePip1()
129 @ShellMainThread ShellExecutor mainExecutor, in providesPipPhoneMenuController()
147 @ShellMainThread ShellExecutor mainExecutor) { in providePipTouchHandler()
175 @ShellMainThread ShellExecutor mainExecutor) { in providePipTaskOrganizer()
203 @ShellMainThread ShellExecutor mainExecutor) { in providePipAppOpsListener()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DTestShellExecutor.java19 import com.android.wm.shell.common.ShellExecutor;
27 public class TestShellExecutor implements ShellExecutor {
H A DShellInitTest.java27 import com.android.wm.shell.common.ShellExecutor;
43 @Mock private ShellExecutor mMainExecutor;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DWindowManagerShellWrapper.java23 import com.android.wm.shell.common.ShellExecutor;
41 public WindowManagerShellWrapper(ShellExecutor mainExecutor) { in WindowManagerShellWrapper()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
H A 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipInputConsumer.java32 import com.android.wm.shell.common.ShellExecutor;
87 private final ShellExecutor mMainExecutor;
97 ShellExecutor mainExecutor) { in PipInputConsumer()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipAppOpsListener.kt21 import com.android.wm.shell.common.ShellExecutor
26 private val mMainExecutor: ShellExecutor
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
H A DTvSplitScreenController.java31 import com.android.wm.shell.common.ShellExecutor;
54 private final ShellExecutor mMainExecutor;
83 ShellExecutor mainExecutor, in TvSplitScreenController()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedTouchHandlerTest.java27 import com.android.wm.shell.common.ShellExecutor;
46 private ShellExecutor mMockShellMainExecutor;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java49 import com.android.wm.shell.common.ShellExecutor;
250 @NonNull ShellExecutor mainExecutor) { in buildAnimation()
325 @NonNull Runnable finishCallback, @NonNull ShellExecutor mainExecutor) { in startDisplayRotation()
332 @NonNull Runnable finishCallback, @NonNull ShellExecutor mainExecutor) { in startScreenshotRotationAnimation()
339 @NonNull Runnable finishCallback, @NonNull ShellExecutor mainExecutor) { in buildScreenshotAlphaAnimation()
345 private void startColorAnimation(float animationScale, @NonNull ShellExecutor animExecutor) { in startColorAnimation()
H A DOneShotRemoteHandler.java33 import com.android.wm.shell.common.ShellExecutor;
41 private final ShellExecutor mMainExecutor;
49 public OneShotRemoteHandler(@NonNull ShellExecutor mainExecutor, in OneShotRemoteHandler()

12345