/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellConcurrencyModule.java | 35 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 D | WMShellBaseModule.java | 51 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 D | WMShellModule.java | 48 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 D | SnapshotWindowCreator.java | 22 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 D | AbsSplashWindowCreator.java | 24 import com.android.wm.shell.common.ShellExecutor; 32 protected final ShellExecutor mSplashScreenExecutor; 38 ShellExecutor splashScreenExecutor, DisplayManager displayManager, in AbsSplashWindowCreator()
|
H A D | StartingSurfaceDrawer.java | 46 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 D | TaskSnapshotWindow.java | 52 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 D | StartingWindowController.java | 50 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 D | TaskViewFactoryController.java | 23 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 D | ShellInit.java | 29 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 D | PinnedStackListenerForwarder.java | 26 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 D | OneHandedTimeoutHandler.java | 24 import com.android.wm.shell.common.ShellExecutor; 37 private final ShellExecutor mMainExecutor; 67 public OneHandedTimeoutHandler(ShellExecutor mainExecutor) { in OneHandedTimeoutHandler()
|
H A D | OneHandedTouchHandler.java | 33 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 D | SyncExecutor.java | 19 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 D | Pip1Module.java | 27 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 D | TestShellExecutor.java | 19 import com.android.wm.shell.common.ShellExecutor; 27 public class TestShellExecutor implements ShellExecutor {
|
H A D | ShellInitTest.java | 27 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 D | WindowManagerShellWrapper.java | 23 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 D | FreeformTaskTransitionHandler.java | 41 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 D | PipInputConsumer.java | 32 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 D | PipAppOpsListener.kt | 21 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 D | TvSplitScreenController.java | 31 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 D | OneHandedTouchHandlerTest.java | 27 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 D | ScreenRotationAnimation.java | 49 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 D | OneShotRemoteHandler.java | 33 import com.android.wm.shell.common.ShellExecutor; 41 private final ShellExecutor mMainExecutor; 49 public OneShotRemoteHandler(@NonNull ShellExecutor mainExecutor, in OneShotRemoteHandler()
|