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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java153 * The state isLaunchTarget will be set for the correct task upon launching Recents.
156 public boolean isLaunchTarget; field in class:Task
183 String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget,
197 this.isLaunchTarget = isLaunchTarget;
219 this.isLaunchTarget = o.isLaunchTarget;
298 if (isLaunchTarget) {
182 Task(TaskKey key, Drawable icon, ThumbnailData thumbnail, String title, String titleDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp, boolean isDockable, TaskDescription taskDescription, int resizeMode, ComponentName topActivity, boolean isLocked) argument

Completed in 593 milliseconds