Searched defs:toTask (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java415 Task toTask = null;
421 toTask = tasks.get(i - 1);
427 toTask = tasks.get(i - 1);
436 if (toTask == null) {
444 ssp.startActivityFromRecents(mContext, toTask.key, toTask.title, launchOpts);
468 Task toTask = null;
489 toTask = focusedStack.findTaskWithId(toTaskKey.id);
497 if (toTask == null) {
516 ssp.startActivityFromRecents(mContext, toTask
771 drawThumbnailTransitionBitmap(Task toTask, TaskViewTransform toTransform, Bitmap thumbnail) argument
[all...]

Completed in 34 milliseconds