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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java148 public String titleDescription; field in class:Task
199 Bitmap thumbnail, String title, String titleDescription, String dismissDescription,
212 this.titleDescription = titleDescription;
240 this.titleDescription = o.titleDescription;
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 189 milliseconds