Home
last modified time | relevance | path

Searched defs:onTaskViewCreated (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DRemoteCarRootTaskViewCallback.java34 default void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) {} in onTaskViewCreated() method
DRemoteCarDefaultRootTaskViewCallback.java34 default void onTaskViewCreated(@NonNull RemoteCarDefaultRootTaskView taskView) {} in onTaskViewCreated() method
DRemoteCarTaskViewCallback.java32 default void onTaskViewCreated(@NonNull T taskView) {} in onTaskViewCreated() method
DControlledRemoteCarTaskViewCallback.java37 default void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) {} in onTaskViewCreated() method
DCarDisplayCompatContainer.java205 public void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) { in onTaskViewCreated() method in CarDisplayCompatContainer.RemoteCarRootTaskViewCallbackImpl
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/
DCarLauncherViewModel.java155 public void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) { in onTaskViewCreated() method in CarLauncherViewModel.ControlledRemoteCarTaskViewCallbackImpl
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskViewControllerWrapper.java158 void onTaskViewCreated(@NonNull SurfaceView surfaceView); in onTaskViewCreated() method