Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DLaunchRootCarTaskView.java42 final class LaunchRootCarTaskView extends CarTaskView { class
43 private static final String TAG = LaunchRootCarTaskView.class.getSimpleName();
61 LaunchRootCarTaskView.this.onTaskAppeared(taskInfo, leash);
79 LaunchRootCarTaskView.this.onTaskInfoChanged(taskInfo);
102 LaunchRootCarTaskView.this.onTaskVanished(taskInfo);
119 public LaunchRootCarTaskView(Activity context, in LaunchRootCarTaskView() method in LaunchRootCarTaskView
DTaskViewManager.java98 private LaunchRootCarTaskView mLaunchRootCarTaskView = null;
436 mLaunchRootCarTaskView = new LaunchRootCarTaskView(mContext, mTaskOrganizer, in createLaunchRootTaskView()
554 LaunchRootCarTaskView getLaunchRootCarTaskView() { in getLaunchRootCarTaskView()
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DTaskViewManagerTest.java552 LaunchRootCarTaskView launchRootCarTaskView = taskViewManager.getLaunchRootCarTaskView(); in setUpLaunchRootTaskView()
842 LaunchRootCarTaskView launchRootCarTaskView = taskViewManager.getLaunchRootCarTaskView(); in testReleaseAllTaskViews()