Searched defs:onTaskViewCreated (Results 1 – 7 of 7) sorted by relevance
34 default void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) {} in onTaskViewCreated() method
34 default void onTaskViewCreated(@NonNull RemoteCarDefaultRootTaskView taskView) {} in onTaskViewCreated() method
32 default void onTaskViewCreated(@NonNull T taskView) {} in onTaskViewCreated() method
37 default void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) {} in onTaskViewCreated() method
205 public void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) { in onTaskViewCreated() method in CarDisplayCompatContainer.RemoteCarRootTaskViewCallbackImpl
155 public void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) { in onTaskViewCreated() method in CarLauncherViewModel.ControlledRemoteCarTaskViewCallbackImpl
158 void onTaskViewCreated(@NonNull SurfaceView surfaceView); in onTaskViewCreated() method