Loading packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/BackgroundTaskLoader.java +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import com.android.systemui.shared.system.ActivityManagerWrapper; /** * Background task resource loader */ @Deprecated class BackgroundTaskLoader implements Runnable { static String TAG = "BackgroundTaskLoader"; static boolean DEBUG = false; Loading packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/FilteredTaskList.java +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import java.util.List; /** * A list of filtered tasks. */ @Deprecated class FilteredTaskList { private final ArrayList<Task> mTasks = new ArrayList<>(); Loading packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/HighResThumbnailLoader.java +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ import java.util.ArrayList; /** * Loader class that loads full-resolution thumbnails when appropriate. */ @Deprecated public class HighResThumbnailLoader implements TaskCallbacks, BackgroundTaskLoader.OnIdleChangedListener { Loading packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/RecentsTaskLoadPlan.java +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ import java.util.List; * 3) executePlan() will actually load and fill in the icons and thumbnails according to the load * options specified, such that we can transition into the Recents activity seamlessly */ @Deprecated public class RecentsTaskLoadPlan { /** The set of conditions to preload tasks. */ Loading packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/RecentsTaskLoader.java +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ import java.util.Map; /** * Recents task loader */ @Deprecated public class RecentsTaskLoader { private static final String TAG = "RecentsTaskLoader"; private static final boolean DEBUG = false; Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/BackgroundTaskLoader.java +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import com.android.systemui.shared.system.ActivityManagerWrapper; /** * Background task resource loader */ @Deprecated class BackgroundTaskLoader implements Runnable { static String TAG = "BackgroundTaskLoader"; static boolean DEBUG = false; Loading
packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/FilteredTaskList.java +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import java.util.List; /** * A list of filtered tasks. */ @Deprecated class FilteredTaskList { private final ArrayList<Task> mTasks = new ArrayList<>(); Loading
packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/HighResThumbnailLoader.java +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ import java.util.ArrayList; /** * Loader class that loads full-resolution thumbnails when appropriate. */ @Deprecated public class HighResThumbnailLoader implements TaskCallbacks, BackgroundTaskLoader.OnIdleChangedListener { Loading
packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/RecentsTaskLoadPlan.java +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ import java.util.List; * 3) executePlan() will actually load and fill in the icons and thumbnails according to the load * options specified, such that we can transition into the Recents activity seamlessly */ @Deprecated public class RecentsTaskLoadPlan { /** The set of conditions to preload tasks. */ Loading
packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/RecentsTaskLoader.java +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ import java.util.Map; /** * Recents task loader */ @Deprecated public class RecentsTaskLoader { private static final String TAG = "RecentsTaskLoader"; private static final boolean DEBUG = false; Loading