Searched refs:loadOpts (Results 1 – 2 of 2) sorted by relevance
375 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in reloadStackView() local376 loadOpts.runningTaskId = launchState.launchedToTaskId; in reloadStackView()377 loadOpts.numVisibleTasks = launchState.launchedNumVisibleTasks; in reloadStackView()378 loadOpts.numVisibleTaskThumbnails = launchState.launchedNumVisibleThumbnails; in reloadStackView()379 loader.loadTasks(this, loadPlan, loadOpts); in reloadStackView()473 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in onMultiWindowModeChanged() local474 loadOpts.numVisibleTasks = launchState.launchedNumVisibleTasks; in onMultiWindowModeChanged()475 loadOpts.numVisibleTaskThumbnails = launchState.launchedNumVisibleThumbnails; in onMultiWindowModeChanged()476 loader.loadTasks(this, loadPlan, loadOpts); in onMultiWindowModeChanged()
199 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in updateRecentsTasks() local200 loadOpts.runningTaskId = launchState.launchedToTaskId; in updateRecentsTasks()201 loadOpts.numVisibleTasks = numVisibleTasks; in updateRecentsTasks()202 loadOpts.numVisibleTaskThumbnails = numVisibleTasks; in updateRecentsTasks()203 loader.loadTasks(this, plan, loadOpts); in updateRecentsTasks()