Home
last modified time | relevance | path

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 DTaskViewFactoryController.java39 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 DUserAspectRatioSettingsWindowManager.java82 @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 DBackAnimationController.java169 @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 DDesktopTasksControllerTest.kt103 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 DWMShellBaseModule.java323 @ShellMainThread ShellExecutor shellExecutor, in provideBackAnimationController() argument
329 new BackAnimationController(shellInit, shellController, shellExecutor, in provideBackAnimationController()