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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
H A DCancelEnterRecentsWindowAnimationEvent.java29 public final Task launchTask; field in class:CancelEnterRecentsWindowAnimationEvent
31 public CancelEnterRecentsWindowAnimationEvent(Task launchTask) { argument
32 this.launchTask = launchTask;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1700 launchTask(mostRecentTask);
1736 final Task launchTask = mStack.getNextLaunchTarget();
1737 if (launchTask != null) {
1742 launchTask(launchTask);
1746 launchTask.key.getComponent().toString());
2153 private void launchTask(Task task) { method in class:TaskStackView

Completed in 79 milliseconds