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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java173 * The state isLaunchTarget will be set for the correct task upon launching Recents.
176 public boolean isLaunchTarget; field in class:Task
205 int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp,
225 this.isLaunchTarget = isLaunchTarget;
253 this.isLaunchTarget = o.isLaunchTarget;
357 if (isLaunchTarget) {
202 Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, ThumbnailData thumbnail, String title, String titleDescription, String dismissDescription, String appInfoDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp, boolean isDockable, Rect bounds, ActivityManager.TaskDescription taskDescription, int resizeMode, ComponentName topActivity, boolean isLocked) argument

Completed in 1045 milliseconds