Home
last modified time | relevance | path

Searched refs:onRunningTaskVanished (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DIRecentTasksListener.aidl39 void onRunningTaskVanished(in RunningTaskInfo taskInfo); in onRunningTaskVanished() method
H A DRecentTasksController.java287 mListener.onRunningTaskVanished(taskInfo); in notifyRunningTaskVanished()
444 public void onRunningTaskVanished(ActivityManager.RunningTaskInfo taskInfo) {
445 mListener.call(l -> l.onRunningTaskVanished(taskInfo));