Searched refs:shellExecutor (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
H A D | TaskViewFactoryController.java | 39 ShellExecutor shellExecutor, SyncTransactionQueue syncQueue, in TaskViewFactoryController() argument 42 mShellExecutor = shellExecutor; in TaskViewFactoryController() 48 ShellExecutor shellExecutor, SyncTransactionQueue syncQueue) { in TaskViewFactoryController() argument 50 mShellExecutor = shellExecutor; in TaskViewFactoryController()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | UserAspectRatioSettingsWindowManager.java | 82 @NonNull ShellExecutor shellExecutor, in UserAspectRatioSettingsWindowManager() argument 87 mShellExecutor = shellExecutor; in UserAspectRatioSettingsWindowManager()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | BackAnimationController.java | 169 @NonNull @ShellMainThread ShellExecutor shellExecutor, in BackAnimationController() argument 173 this(shellInit, shellController, shellExecutor, backgroundHandler, in BackAnimationController() 182 @NonNull @ShellMainThread ShellExecutor shellExecutor, in BackAnimationController() argument 188 mShellExecutor = shellExecutor; in BackAnimationController()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopTasksControllerTest.kt | 103 private val shellExecutor = TestShellExecutor() regex 139 shellExecutor 660 shellExecutor.flushAll() 671 shellExecutor.flushAll()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellBaseModule.java | 323 @ShellMainThread ShellExecutor shellExecutor, in provideBackAnimationController() argument 329 new BackAnimationController(shellInit, shellController, shellExecutor, in provideBackAnimationController()
|