Home
last modified time | relevance | path

Searched refs:mShellExecutor (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DCarLauncherApplication.java41 private ShellExecutor mShellExecutor; field in CarLauncherApplication
65 mShellExecutor = new HandlerExecutor(getMainThreadHandler()); in onCreate()
69 mTransactionPool, mShellExecutor); in onCreate()
74 CarDisplayAreaOrganizer org = CarDisplayAreaOrganizer.getInstance(mShellExecutor, this, in onCreate()
92 return mShellExecutor; in getShellExecutor()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DTaskViewFactoryController.java32 private final ShellExecutor mShellExecutor; field in TaskViewFactoryController
39 mShellExecutor = shellExecutor; in TaskViewFactoryController()
59 mShellExecutor.execute(() -> { in create()
H A DTaskView.java78 private final Executor mShellExecutor; field in TaskView
99 mShellExecutor = organizer.getExecutor(); in TaskView()
162 mShellExecutor.execute(() -> { in prepareActivityOptions()
220 mShellExecutor.execute(() -> { in performRelease()
353 mShellExecutor.execute(() -> { in surfaceCreated()
377 mShellExecutor.execute(() -> { in surfaceDestroyed()