Searched refs:RecentsTaskLoadPlan (Results 1 – 4 of 4) sorted by relevance
77 import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan;156 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext); in onTaskStackChangedBackground()160 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options(); in onTaskStackChangedBackground()226 protected static RecentsTaskLoadPlan sInstanceLoadPlan;316 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext); in onBootCompleted()318 RecentsTaskLoadPlan.Options launchOpts = new RecentsTaskLoadPlan.Options(); in onBootCompleted()520 sInstanceLoadPlan = new RecentsTaskLoadPlan(mContext);560 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext);616 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(mContext); in showRelativeAffiliatedTask()718 public static RecentsTaskLoadPlan consumeInstanceLoadPlan() { in consumeInstanceLoadPlan()[all …]
91 import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan;422 RecentsTaskLoadPlan loadPlan = RecentsImpl.consumeInstanceLoadPlan(); in reloadStackView()424 loadPlan = new RecentsTaskLoadPlan(this); in reloadStackView()434 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in reloadStackView()814 RecentsTaskLoadPlan loadPlan = new RecentsTaskLoadPlan(this); in reloadTaskStack()817 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in reloadTaskStack()
31 import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan.Options;32 import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan.PreloadOptions;145 public synchronized void preloadTasks(RecentsTaskLoadPlan plan, int runningTaskId) { in preloadTasks()150 public synchronized void preloadTasks(RecentsTaskLoadPlan plan, int runningTaskId, in preloadTasks()161 public synchronized void loadTasks(RecentsTaskLoadPlan plan, Options opts) { in loadTasks()
47 public class RecentsTaskLoadPlan { class73 public RecentsTaskLoadPlan(Context context) { in RecentsTaskLoadPlan() method in RecentsTaskLoadPlan