Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java171 mTaskViewTransitions.startTaskView(wct, this, options.getLaunchCookie()); in startShortcutActivity()
198 mTaskViewTransitions.startTaskView(wct, this, options.getLaunchCookie()); in startActivity()
H A DTaskViewTransitions.java222 void startTaskView(@NonNull WindowContainerTransaction wct, in startTaskView() method in TaskViewTransitions
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTransitionsTest.java318 mTaskViewTransitions.startTaskView(new WindowContainerTransaction(), in test_startAnimation_setsTaskNotFound()