Home
last modified time | relevance | path

Searched refs:mCarTaskViewController (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewControllerSupervisor.java217 private CarTaskViewController mCarTaskViewController; field in CarTaskViewControllerSupervisor.ActivityHolder
233 if (mCarTaskViewController == null || !mCarTaskViewController.isHostVisible()) { in maybeShowControlledTasks()
236 mCarTaskViewController.showEmbeddedControlledTasks(); in maybeShowControlledTasks()
242 mCarTaskViewController = in onCarSystemUIConnected()
251 if (mCarTaskViewController == null) { in onCarSystemUIConnected()
257 mCarTaskViewControllerCallback.onConnected(mCarTaskViewController); in onCarSystemUIConnected()
264 if (mCarTaskViewController == null) { in onCarSystemUIDisconnected()
271 mCarTaskViewController.releaseTaskViews(); in onCarSystemUIDisconnected()
275 if (mCarTaskViewController == null) { in onCarSystemUIDisconnected()
280 mCarTaskViewControllerCallback.onDisconnected(mCarTaskViewController); in onCarSystemUIDisconnected()
[all …]
DRemoteCarDefaultRootTaskView.java48 private final CarTaskViewController mCarTaskViewController; field in RemoteCarDefaultRootTaskView
180 mCarTaskViewController = carTaskViewController; in RemoteCarDefaultRootTaskView()
215 mCarTaskViewController.onRemoteCarTaskViewReleased(this); in onReleased()
DControlledRemoteCarTaskView.java64 private final CarTaskViewController mCarTaskViewController; field in ControlledRemoteCarTaskView
138 mCarTaskViewController = carTaskViewController; in ControlledRemoteCarTaskView()
239 mCarTaskViewController.onRemoteCarTaskViewReleased(this); in onReleased()
284 if (mConfig.mShouldAutoRestartOnTaskRemoval && mCarTaskViewController.isHostVisible()) { in onTaskVanished()
DCarDisplayCompatContainer.java62 private CarTaskViewController mCarTaskViewController; field in CarDisplayCompatContainer
228 mCarTaskViewController = carTaskViewController; in onConnected()
234 mCarTaskViewController.createRemoteCarRootTaskView( in onConnected()
DRemoteCarRootTaskView.java64 private final CarTaskViewController mCarTaskViewController; field in RemoteCarRootTaskView
169 mCarTaskViewController = carTaskViewController; in RemoteCarRootTaskView()
208 mCarTaskViewController.onRemoteCarTaskViewReleased(this); in onReleased()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DRemoteCarTaskViewControllerWrapperImpl.java47 private CarTaskViewController mCarTaskViewController; field in RemoteCarTaskViewControllerWrapperImpl
65 mCarTaskViewController = carTaskViewController; in RemoteCarTaskViewControllerWrapperImpl()
205 mCarTaskViewController.createRemoteCarRootTaskView(config, executor, callback); in createCarRootTaskView()
245 mCarTaskViewController.createRemoteCarDefaultRootTaskView(config, executor, callback); in createCarDefaultRootTaskView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/window/
DActivityWindowControllerImpl.java69 private CarTaskViewController mCarTaskViewController; field in ActivityWindowControllerImpl
143 mCarTaskViewController = carTaskViewController; in setupRemoteCarTaskView()
155 mCarTaskViewController.createRemoteCarDefaultRootTaskView( in taskViewControllerReady()