Searched refs:titleDescription (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoadPlan.java169 String titleDescription = loader.getAndUpdateContentDescription(taskKey, res);
170 String dismissDescription = String.format(dismissDescFormat, titleDescription);
171 String appInfoDescription = String.format(appInfoDescFormat, titleDescription);
183 thumbnail, title, titleDescription, dismissDescription, appInfoDescription,
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskCardView.java108 setContentDescription(task.titleDescription);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java456 mTitleView.setContentDescription(t.titleDescription);

Completed in 105 milliseconds