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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java172 * The state isLaunchTarget will be set for the correct task upon launching Recents.
175 public boolean isLaunchTarget; field in class:Task
201 boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp,
221 this.isLaunchTarget = isLaunchTarget;
248 this.isLaunchTarget = o.isLaunchTarget;
352 if (isLaunchTarget) {
198 Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, Bitmap 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) argument

Completed in 58 milliseconds