Loading packages/SystemUI/src/com/android/systemui/recent/RecentTasksLoader.java +4 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,10 @@ public class RecentTasksLoader implements View.OnTouchListener { return mLoadedTasks; } public void remove(TaskDescription td) { mLoadedTasks.remove(td); } public boolean isFirstScreenful() { return mFirstScreenful; } Loading packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener } if (DEBUG) Log.v(TAG, "Jettison " + ad.getLabel()); mRecentTaskDescriptions.remove(ad); mRecentTasksLoader.remove(ad); // Handled by widget containers to enable LayoutTransitions properly // mListAdapter.notifyDataSetChanged(); Loading Loading
packages/SystemUI/src/com/android/systemui/recent/RecentTasksLoader.java +4 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,10 @@ public class RecentTasksLoader implements View.OnTouchListener { return mLoadedTasks; } public void remove(TaskDescription td) { mLoadedTasks.remove(td); } public boolean isFirstScreenful() { return mFirstScreenful; } Loading
packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener } if (DEBUG) Log.v(TAG, "Jettison " + ad.getLabel()); mRecentTaskDescriptions.remove(ad); mRecentTasksLoader.remove(ad); // Handled by widget containers to enable LayoutTransitions properly // mListAdapter.notifyDataSetChanged(); Loading