Searched refs:RecentsTaskLoadPlan (Results 1 – 4 of 4) sorted by relevance
76 import com.android.systemui.recents.model.RecentsTaskLoadPlan;155 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext); in onTaskStackChangedBackground()159 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options(); in onTaskStackChangedBackground()225 protected static RecentsTaskLoadPlan sInstanceLoadPlan;315 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext); in onBootCompleted()317 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options(); in onBootCompleted()519 sInstanceLoadPlan = new RecentsTaskLoadPlan(mContext);559 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext);615 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext); in showRelativeAffiliatedTask()704 public static RecentsTaskLoadPlan consumeInstanceLoadPlan() { in consumeInstanceLoadPlan()[all …]
90 import com.android.systemui.recents.model.RecentsTaskLoadPlan;416 RecentsTaskLoadPlan loadPlan = RecentsImpl.consumeInstanceLoadPlan(); in reloadStackView()418 loadPlan = new RecentsTaskLoadPlan(this); in reloadStackView()428 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in reloadStackView()808 RecentsTaskLoadPlan loadPlan = new RecentsTaskLoadPlan(this); in reloadTaskStack()811 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in reloadTaskStack()
32 import com.android.systemui.recents.model.RecentsTaskLoadPlan.Options;33 import com.android.systemui.recents.model.RecentsTaskLoadPlan.PreloadOptions;149 public synchronized void preloadTasks(RecentsTaskLoadPlan plan, int runningTaskId) { in preloadTasks()154 public synchronized void preloadTasks(RecentsTaskLoadPlan plan, int runningTaskId, in preloadTasks()165 public synchronized void loadTasks(RecentsTaskLoadPlan plan, Options opts) { in loadTasks()
50 public class RecentsTaskLoadPlan { class76 public RecentsTaskLoadPlan(Context context) { in RecentsTaskLoadPlan() method in RecentsTaskLoadPlan