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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java424 Task toTask = null;
430 toTask = tasks.get(i - 1);
436 toTask = tasks.get(i - 1);
445 if (toTask == null) {
453 ssp.startActivityFromRecents(mContext, toTask.key, toTask.title, launchOpts);
477 Task toTask = null;
498 toTask = focusedStack.findTaskWithId(toTaskKey.id);
506 if (toTask == null) {
525 ssp.startActivityFromRecents(mContext, toTask
781 drawThumbnailTransitionBitmap(Task toTask, TaskViewTransform toTransform, Bitmap thumbnail) argument
[all...]

Completed in 45 milliseconds