Loading libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentTasks.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.wm.shell.recents; import android.app.ActivityManager; import android.app.ActivityManager.RunningTaskInfo; import com.android.wm.shell.recents.IRecentTasksListener; import com.android.wm.shell.util.GroupedRecentTaskInfo; Loading Loading @@ -44,5 +44,5 @@ interface IRecentTasks { /** * Gets the set of running tasks. */ ActivityManager.RunningTaskInfo[] getRunningTasks(int maxNum) = 4; RunningTaskInfo[] getRunningTasks(int maxNum) = 4; } libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentTasksListener.aidl +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.wm.shell.recents; import android.app.ActivityManager; import android.app.ActivityManager.RunningTaskInfo; /** * Listener interface that Launcher attaches to SystemUI to get split-screen callbacks. Loading @@ -31,10 +31,10 @@ oneway interface IRecentTasksListener { /** * Called when a running task appears. */ void onRunningTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo); void onRunningTaskAppeared(in RunningTaskInfo taskInfo); /** * Called when a running task vanishes. */ void onRunningTaskVanished(in ActivityManager.RunningTaskInfo taskInfo); void onRunningTaskVanished(in RunningTaskInfo taskInfo); } Loading
libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentTasks.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.wm.shell.recents; import android.app.ActivityManager; import android.app.ActivityManager.RunningTaskInfo; import com.android.wm.shell.recents.IRecentTasksListener; import com.android.wm.shell.util.GroupedRecentTaskInfo; Loading Loading @@ -44,5 +44,5 @@ interface IRecentTasks { /** * Gets the set of running tasks. */ ActivityManager.RunningTaskInfo[] getRunningTasks(int maxNum) = 4; RunningTaskInfo[] getRunningTasks(int maxNum) = 4; }
libs/WindowManager/Shell/src/com/android/wm/shell/recents/IRecentTasksListener.aidl +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.wm.shell.recents; import android.app.ActivityManager; import android.app.ActivityManager.RunningTaskInfo; /** * Listener interface that Launcher attaches to SystemUI to get split-screen callbacks. Loading @@ -31,10 +31,10 @@ oneway interface IRecentTasksListener { /** * Called when a running task appears. */ void onRunningTaskAppeared(in ActivityManager.RunningTaskInfo taskInfo); void onRunningTaskAppeared(in RunningTaskInfo taskInfo); /** * Called when a running task vanishes. */ void onRunningTaskVanished(in ActivityManager.RunningTaskInfo taskInfo); void onRunningTaskVanished(in RunningTaskInfo taskInfo); }