HomeSort by relevance Sort by last modified time
    Searched refs:isLaunchTarget (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 173 * The state isLaunchTarget will be set for the correct task upon launching Recents.
176 public boolean isLaunchTarget;
205 int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp,
225 this.isLaunchTarget = isLaunchTarget;
253 this.isLaunchTarget = o.isLaunchTarget;
357 if (isLaunchTarget) {
RecentsTaskLoadPlan.java 178 boolean isLaunchTarget = taskKey.id == runningTaskId;
212 activityColor, backgroundColor, isLaunchTarget, isStackTask, isSystemApp,
TaskStack.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 178 if (task.isLaunchTarget) {
279 if (task.isLaunchTarget) {
    [all...]

Completed in 1219 milliseconds