/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
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()
|
D | WMShellBaseModule.java | 55 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 …]
|
D | WMShellModule.java | 52 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/ |
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()
|
D | AbsSplashWindowCreator.java | 24 import com.android.wm.shell.common.ShellExecutor; 32 protected final ShellExecutor mSplashScreenExecutor; 38 ShellExecutor splashScreenExecutor, DisplayManager displayManager, in AbsSplashWindowCreator()
|
D | StartingSurfaceDrawer.java | 48 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/ |
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
D | ShellInit.java | 29 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/ |
D | HomeTransitionObserver.java | 34 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/ |
D | PinnedStackListenerForwarder.java | 26 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/ |
D | SyncExecutor.java | 19 import com.android.wm.shell.common.ShellExecutor; 25 public class SyncExecutor implements ShellExecutor {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedTimeoutHandler.java | 24 import com.android.wm.shell.common.ShellExecutor; 37 private final ShellExecutor mMainExecutor; 67 public OneHandedTimeoutHandler(ShellExecutor mainExecutor) { in OneHandedTimeoutHandler()
|
D | OneHandedTouchHandler.java | 33 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/ |
D | TestShellExecutor.java | 19 import com.android.wm.shell.common.ShellExecutor; 27 public class TestShellExecutor implements ShellExecutor {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
D | WindowManagerShellWrapper.java | 23 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/ |
D | PipScheduler.java | 37 import com.android.wm.shell.common.ShellExecutor; 55 private final ShellExecutor mMainExecutor; 97 ShellExecutor mainExecutor, in PipScheduler() 112 ShellExecutor getMainExecutor() { in getMainExecutor()
|
D | PipInputConsumer.java | 32 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/ |
D | Pip2Module.java | 27 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()
|
D | Pip1Module.java | 27 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/ |
D | PipPerfHintController.java | 30 import com.android.wm.shell.common.ShellExecutor; 54 private final ShellExecutor mMainExecutor; 58 @ShellMainThread ShellExecutor mainExecutor, in PipPerfHintController()
|
D | PipAppOpsListener.kt | 21 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/ |
D | PipInputConsumer.java | 32 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/ |
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()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/ |
D | OneHandedTouchHandlerTest.java | 27 import com.android.wm.shell.common.ShellExecutor; 46 private ShellExecutor mMockShellMainExecutor;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/ |
D | TvSplitScreenController.java | 32 import com.android.wm.shell.common.ShellExecutor; 55 private final ShellExecutor mMainExecutor; 84 ShellExecutor mainExecutor, in TvSplitScreenController()
|