Home
last modified time | relevance | path

Searched refs:loadOpts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java375 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in reloadStackView() local
376 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() local
474 loadOpts.numVisibleTasks = launchState.launchedNumVisibleTasks; in onMultiWindowModeChanged()
475 loadOpts.numVisibleTaskThumbnails = launchState.launchedNumVisibleThumbnails; in onMultiWindowModeChanged()
476 loader.loadTasks(this, loadPlan, loadOpts); in onMultiWindowModeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
DRecentsTvActivity.java199 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); in updateRecentsTasks() local
200 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()